﻿body {
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif !important;
    line-height: 1.3285 !important;
    background-color: white;
}

.ng-cloak {
    display: none !important
}

.custom-config-background {
    background: url("/CustomConfigs/Logos/wk-flag.jpg");
}

.login-page {
    margin: 0 auto;
    position: relative;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
    width: 470px;
}

 body .content-wrapper.no-image {
        justify-content: center;
        max-width: 100%;
}

.max-width-100 {
    max-width: 100% !important;
}


.login-form {
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.loginNoImage {
    left: 50% !important;
}

@media only screen and (max-width:520px) {
    .loginNoImage {
        left: 0% !important;
    }
}

.form-control {
    box-shadow: none;
}

.loginHeader {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
}

.marketingPanel {
    margin-top: 120px;
    max-width: 50%;
    margin-left: 30px;
}

.marketingTitle {
    height: 43px;
    width: 379px;
    color: #FFFFFF;
    font-family: "Fira Sans Regular","Fira Sans", "Times New Roman", Times, serif;
    font-size: 36px;
    font-style: initial;
    font-weight: 300;
    line-height: 43px;
}

.marketingBody {
    height: 206px;
    width: 364px;
    color: #FFFFFF;
    font-family: "Fira Sans Light", "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    padding: 12px 35px 48px 0px !important;
}

.marketingButton {
    cursor: pointer;
    padding: 11px 14px 11px 14px;
    color: black;
    border: none;
    font-size: 22px;
    white-space: nowrap;
    height: 48px;
    width: 173px;
    background-color: #85BC20;
    height: 22px;
    width: 164px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-family: "Fira Sans Regular","Fira Sans", "Times New Roman", Times, serif;
}

    .marketingButton:hover {
        text-decoration: none !important;
        color: #333 !important;
    }

.marketingButtonText {
    color: #333;
}

    .marketingButtonText:hover {
        text-decoration: none !important;
        color: #333 !important;
    }

.loginPanel {
    /*background-color: #EDEDED !important;*/
    border-radius: 0px !important;
    /*max-width: 470px !important;*/
}

.loginMessagesRow {
    margin-top: 9px;
    min-height: 20%;
}

.glyphicon-exclamation-sign {
    background-color: #E72B39;
    color: white;
}

.glyphicon glyphicon-info-sign {
    background-color: #EA8F00;
    color: white;
}

.login-inner-table {
    border-style: solid;
    border-width: 1px;
}

.login-message-inner-table-info {
    border-color: #85BC20;
}

.login-message-inner-table-warning {
    border-color: #EA8F00;
}

.login-message-inner-table-error {
    border-color: #E72B39;
}

.login-message-text {
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size: 14px;
    width: 460px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 21px;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-right: 34px;
    line-height: 22px;
    height: 56px;
}

.informationImage {
    font-family: FontAwesome;
    font-size: 14px;
    border-color: #EA8F00;
}

.login-message-icon {
    font-family: FontAwesome;
    color: #FFFFFF;
    font-size: 14px;
    width: 50px;
    padding: 0px;
    height: 60px;
    text-align: center;
    height: 60px;
}

.login-message-inner-table-info .login-message-icon {
    background-color: #85bc20;
}

.login-message-inner-table-warning .login-message-icon {
    background-color: #EA8F00;
}

.login-message-inner-table-error .login-message-icon {
    background-color: #E72B39;
}

.squareMessage {
    font-family: FontAwesome;
    font-size: 14px;
    color: #FFFFFF;
}

.iconLoginInfo {
    width: 50px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #FFFFFF;
}

.loginMessages {
    background-color: white;
    margin-bottom: 9px !important;
    min-height: 60px;
}

.dissmissableImage {
    height: 100px;
}

table.TableLoginMessages {
    margin-top: 9px;
}

.loginInputsPanel {
    padding: 21px 16px 15px 15px !important;
    margin-bottom: 0px !important;
    border: none;
}

.loginTitleV2 {
    color: #474747;
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size: 19.41px;
    font-weight: 300;
    float: right;
    padding-top: 26px;
    padding-right: 16px;
    text-align: right;
    white-space: nowrap;
    width: 50%;
}

.loginInputTitle {
    height: 22px;
    color: #474747;
    font-size: 18px;
    line-height: 22px;
    padding-left: 1px;
    margin-bottom: 5px;
}

/*.loginInput {
    height: 48px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    border-radius: 0px;
    margin-bottom: 16px;
    padding: 14px 11px 13px 11px;
    color: black;
    font-family: "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}*/
.navbar-default {
    border: none;
}

/*.loginInput ::placeholder {
    color: #757575;
}*/

.loginButton {
    border-radius: 0px !important;
    width: 100%;
    background-color: #007AC3 !important;
    color: white;
    font-size: 18px;
    margin-top: 8px;
    padding: 9px 16px 13px 14px !important;
    line-height: 26px;
    text-align: center;
}

.accountCreationDiv {
    font-size: 11px;
    color: #474747;
    font-size: 14px;
    line-height: 17px;
}

.createAccountPre {
    margin-right: 4px;
}

.margin-top {
    margin-top: 30px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.disableButton {
    background-color: #888888;
}

.langCombo {
    float: right;
    text-align: right;
}

.country-header {
    font-size: 11px;
    padding-left: 16px;
    height: 31px;
    width: 50%;
    float: left;
    margin-top: 23px;
}

.country-img-header {
    float: left;
    height: 100%;
    margin-right: 12px;
    display: inline-flex;
}

.headerImg {
    max-height: 100%;
    width: auto;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.publicidp:not(:hover) {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.inline {
    display: inline;
}

.loginExternalProviders {
    max-width: 60%;
}

.group-panel-social-providers {
    left: 0%;
    height: auto;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 17px;
    max-width: 470px;
}

#panel-social-providers {
    margin-top: 33px;
}

#market-icon-arrow-right {
    color: white;
    height: 16px;
    width: 37px;
    color: #FFFFFF;
}

.group-social-providers-icons {
    width: 334px;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    margin-right: 34%;
    margin-left: 13%;
}

.i-am-centered {
    margin: auto;
}

.row.panel-info-login-with {
    margin-bottom: 37px;
    margin-right: 0px;
    margin-left: 0px;
    height: 1px;
    width: auto;
}

.padding-off {
    padding-right: 0px;
    padding-left: 0px;
}

.margin-off {
    margin-left: 0px;
    margin-right: 0px;
}

.separator-bar {
    height: 0px;
    width: 165px;
    background-color: #BFBFBF;
    margin: 0 auto;
    vertical-align: middle;
    border: 1px solid #BFBFBF;
    padding-left: 0px;
    padding-right: 0px;
}

.div-separator {
    margin: 0 auto;
    width: auto;
}

hr {
    display: block;
    position: relative;
    padding: 0;
    margin: 8px auto;
    height: 0;
    width: 100%;
    max-height: 0;
    font-size: 1px;
    line-height: 0;
    clear: both;
    border: none;
}

.footer-brand-name {
    margin: 0px;
    margin-right: 23px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    width: 70%;
}

#termsOfUseLink {
    width: 30%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    position: relative;
}

#termsOfUseDiv {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.version {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-brand-name {
    width: auto;
    margin-right: 2px;
    padding-right: 0px;
    padding-left: 0px;
}

#panel-language-links {
}

.languageTag {
    font-size: 14px;
    line-height: 17px;
}

#langSelect {
    width: auto;
    color: #005b92;
    line-height: 17px;
    text-align: left;
    background-color: transparent;
    border: none;
    border-style: none;
    border-color: transparent;
    border: 0px;
    outline: 0px;
    padding-right: 0px;
    padding-left: 1px;
    padding-right: 0px;
    margin-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
    top: -1px;
}

.language-links {
    color: #474747;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    background-color: transparent;
}

.text-width-auto {
    width: auto;
}

.langCombo {
    margin-bottom: 0px;
    position: relative;
    padding-left: 0%;
    padding-right: 0px;
}

.link-back-to {
    float: right;
    height: auto;
    color: #127BC0;
    text-align: right;
    margin-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    width: auto;
}

.arrow-back-to {
    height: auto;
    width: auto;
    color: #127BC0;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    display: inline-block;
    transform: scale(0.9, 1.2);
}

.btn-facebook {
    color: #fff;
    background-color: transparent;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-social-icon > :first-child {
    border: 0px;
    text-align: center;
    width: 100% !important;
    height: 100%;
    color: #757575;
    font-family: FontAwesome;
    font-size: 32px;
    background-color: white;
}

.provider-icon {
    margin-right: 46.67px;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.arrow-back-to:hover {
    text-decoration: none;
}

.btn-google :hover {
    color: #dd4b39;
}

.btn-microsoft :hover {
    color: #2672ec;
}

.btn-twitter :hover {
    color: #55acee;
    outline: none;
}

.btn-facebook :hover {
    color: #3b5998;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-facebook:active {
    color: #3b5998;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fa:link, .fa:visited, .fa:hover, .fa:active, .fa:active:focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.sep {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    display: table;
    height: 100%;
}

.text-centered {
    text-align: center;
    text-align: center;
    margin: 0 auto;
    width: auto;
    margin-right: 14px !important;
    margin-left: 14px !important;
}

.content-separator {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sep-text {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 5px;
    color: #757575;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
    padding: 0px;
    white-space: nowrap;
}

.arrow-back-to {
    padding-right: 4px;
    height: auto;
    width: auto;
    color: #127BC0;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    display: inline-block;
    transform: scale(0.6, 1.2);
    float: right;
}

#marketingPanel {
    height: 336px;
    width: 435px;
    opacity: 0.8;
    background-color: #241866;
    margin-left: 0px;
    padding-left: 36px;
    padding-top: 27px;
    padding-right: 35px;
    padding-bottom: 48px;
    margin-top: 147px;
    min-width: 435px;
}

#marketing-link {
    height: auto;
    text-align: center;
}


#marketingbuttonPanel {
    height: 48px;
    margin-left: 0px;
    padding-top: 0px;
    margin-top: 0;
    margin-right: 0px;
    padding-left: 0px;
    align-content: center;
    display: inline-flex;
    position: relative;
    top: -13px;
    left: 214.67px;
}

.marketingButtonPanel {
}

#marketingButtonDiv {
    height: 48px;
    width: 173px;
    background-color: #85BC20;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 12px 6px 14px 3px;
    overflow-y: auto;
}

    #marketingButtonDiv :hover {
        text-decoration: none;
        color: #FFFFFF;
    }

#marketing-arrow {
    float: right;
    display: inline-flex;
    text-align: center;
    position: relative;
    height: 48px;
    width: 48px;
    background-color: #A4CD58;
    vertical-align: middle;
    padding: 15px 6px 17px 5px;
    color: #FFFFFF;
}

.container-buttons-market {
    width: 221px;
}

.icon-arrow-marketing {
    height: 16px;
    width: 37px;
    color: #FFFFFF;
    font-family: WK-icomoon;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.provider-icon:hover {
    background-color: transparent;
    border-radius: 6px;
    color: white;
    border: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 16px;
    width: 37px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.createAccountLink {
    display: inline;
    color: #005b92;
    border: none;
    background: transparent;
}

.termsOfUseDiv {
    font-size: 11px;
    height: 34px;
    color: #474747;
    font-size: 12px;
    line-height: 17px;
}

/*.forgotPasswordLink {
    height: 22px;
    width: 181px;
    color: #127BC0;
    font-size: 18px;
    line-height: 22px;
    padding-left:2px;
    margin-bottom:27px;
    border:0px;
    text-align:left;
}*/

.customLinks {
    text-align: right;
    font-style: italic;
    font-size: 12px;
    float: right;
}

.aaa-navbar {
    background-color: white !important;
    position: absolute !important;
    padding-top: 10px;
    margin-bottom: 0px !important;
    z-index: 1030; /*based on bootstrap css*/
    width: 100%;
}

.customLinks li a {
    color: rgba(229, 116, 46, 1);
}

.text-footer {
    color: #474747;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    white-space: nowrap;
}

.right {
    float: right;
}

.main-table {
    vertical-align: top;
    padding-bottom: 0px !important;
}

.headerImgNormal {
    display: block;
}

.headerImgSmall {
    display: none;
}

.layoutV1 {
    display: none !important;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 470px;
}

.wk-display-none {
    display:none !important;
}

.wk-custom-link {
    display: block !important;
    margin: 0 auto !important;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../Authfonts/glyphicons-halflings-regular.eot');
    src: url('../Authfonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Authfonts/glyphicons-halflings-regular.woff') format('woff'), url('../Authfonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Authfonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@media(max-width:599px) {
    .country-header {
        width: 100%;
        margin-top: 0px;
        height: 23px;
    }

    .aaa-navbar {
        padding-top: 12.5px;
    }

    .loginTitleV2 {
        float: left;
        text-align: left;
        padding-left: 15px;
        padding-top: 21px;
        height: 26px;
        width: 163px;
        color: #333333;
        font-size: 19.4181px !important;
        line-height: 24px;
    }

    .headerImg {
        height: 75%;
    }

    .headerImgNormal {
        display: none;
    }

    .headerImgSmall {
        display: block;
    }
}

@media(max-width:499px) {
    .login-page {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .loginInputTitle {
        height: 19px;
        font-size: 16px;
        line-height: 19px;
    }

    .loginInput {
        height: 19px;
        font-size: 16px;
        font-weight: 300;
        line-height: 19px;
    }
    /*
    .forgotPasswordLink {
        height: 17px;
        font-size: 14px;
        line-height: 17px;
    }*/

    .loginButton {
        height: 48px;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 20px;
        padding: 9px 16px 16px 14px !important;
    }

    .accountCreationDiv {
        text-align: center;
    }

    .btn-link:hover, .btn-link:focus {
        text-decoration: none;
    }

    /*    .forgotPasswordLink {
        height: 17px;
        font-size: 14px;
        line-height: 17px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 29px;
        margin-top: 0px;
    }*/

    .form-group {
        margin-bottom: 0px;
    }

    .btn-primary {
        margin: 0px;
    }

    .accountCreationDiv {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .text-footer {
        color: #474747;
        font-size: 13px;
        font-weight: 300;
        line-height: 15px;
    }

    .sep-text {
        font-size: 16px;
        white-space: nowrap;
    }

    .text-centered {
        text-align: center;
        margin: 0 auto;
        width: auto;
        margin-right: 14px !important;
        margin-left: 14px !important;
    }

    .padding-buttom-off {
        padding-bottom: 0px !important;
        padding: 0px;
    }

    .group-panel-footer {
        padding-bottom: 0px;
        padding: 0px;
        margin: 0px;
    }

    .loginLower {
        min-width: 320px;
        width: 100%;
    }

    .separator-bar {
        height: 0px;
        width: 30%;
        background-color: #BFBFBF;
        margin: 0 auto;
        vertical-align: middle;
        border: 1px solid #BFBFBF;
        padding-left: 0px;
        padding-right: 0px;
    }

    .provider-icon {
        margin-right: 20.67px;
        border: none;
        background-color: transparent;
        border-radius: 0;
        border: none;
    }

    .group-social-providers-icons {
        width: 334px;
        margin-bottom: 0px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .languageTag {
        font-size: 12px;
        line-height: 17px;
    }

    #panel-social-providers {
        margin-top: 15px;
    }

    .group-panel-social-providers {
        margin-bottom: 5px;
    }
}



.bodyIndexSP {
    display: none;
    overflow: hidden;
}

.tableIndexSP {
    width: 100%;
    height: 100%;
}

.loginCustomLinkV2 {
    vertical-align: bottom;
    text-align: right;
    padding-bottom: 9px
}

.layoutV1LSP {
    display: none !important;
    vertical-align: bottom;
    text-align: right;
    padding-bottom: 9px
}

.SocialProvDiv1 {
    float: left
}

.externalProviders {
    display: flex;
    justify-content: space-around;
}

/*.externalProviders a {
    background-color: red;
}*/

.unsupportedBrowser {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    text-align: center;
    font-family: sans-serif;
    z-index: 9999
}

    .unsupportedBrowser h1 {
        margin-top: 80px;
    }

    .unsupportedBrowser p {
        font-size: 20px;
        margin-top: 30px;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }


html {
    box-sizing: border-box;
    color: #232323;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: Fira Sans,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif
}

*, :after, :before {
    box-sizing: inherit
}

* {
    margin: 0
}

main {
    display: block
}

a {
    color: #005b92;
    background-color: initial;
    text-decoration: none
}

    a:focus, a:hover {
        color: #003d61
    }

    a:hover {
        text-decoration: underline
    }

h1, h2, h3, h4, h5, h6 {
    color: #353535
}

h1 {
    font-size: 1.75rem
}

h1, h2 {
    font-weight: 500;
    line-height: 1.25
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.25rem;
    line-height: 1.3
}

h3, h4 {
    font-weight: 500
}

h4 {
    font-size: 1.125rem;
    line-height: 1.333333333333333
}

h5 {
    font-weight: 500
}

h5, h6 {
    font-size: 1rem;
    line-height: 1.25
}

h6 {
    font-weight: 400
}

dd + dd, li + li, ol ol, ol ul, ul ol, ul ul {
    margin-top: .5rem
}

dl, ol, ul {
    padding-left: 2rem
}

dt {
    font-weight: 500
}

figcaption {
    color: #757575;
    font-size: .875rem
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 87.5%
}

code {
    color: #af4995;
    word-break: break-word
}

pre {
    overflow: auto
}

    pre code {
        background-color: initial;
        border: 0;
        color: inherit;
        font-size: inherit;
        word-break: normal
    }

kbd {
    background-color: #232323;
    border-radius: .2rem;
    color: #fff;
    padding: .1rem .4rem
}

    kbd kbd {
        font-size: 100%;
        font-weight: 700;
        padding: 0
    }

mark {
    background-color: #ff0
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

img {
    border-style: none
}

hr {
    box-sizing: initial;
    height: 0;
    overflow: visible
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: initial
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

:not([disabled]):focus, :not([disabled]):focus-visible, [contentEditable]:focus, [contentEditable]:focus-visible, [tabindex]:not([tabindex^="-"]):focus, [tabindex]:not([tabindex^="-"]):focus-visible, a[href]:focus, a[href]:focus-visible, area[href]:focus, area[href]:focus-visible, button:focus, button:focus-visible, details:focus, details:focus-visible, iframe:focus, iframe:focus-visible, input:focus, input:focus-visible, select:focus, select:focus-visible, textarea:focus, textarea:focus-visible {
    outline-color: #000;
    outline-offset: 0;
    outline-style: solid;
    outline-width: .125rem
}

    :not([disabled]):focus:not(:focus-visible), [contentEditable]:focus:not(:focus-visible), [tabindex]:not([tabindex^="-"]):focus:not(:focus-visible), a[href]:focus:not(:focus-visible), area[href]:focus:not(:focus-visible), button:focus:not(:focus-visible), details:focus:not(:focus-visible), iframe:focus:not(:focus-visible), input:focus:not(:focus-visible), select:focus:not(:focus-visible), textarea:focus:not(:focus-visible) {
        outline: 0
    }

.wk-display-1, .wk-display-2, .wk-display-3, .wk-display-4, .wk-h1, .wk-h2, .wk-h3, .wk-h4, .wk-h5, .wk-h6 {
    color: #353535
}

.wk-h1 {
    font-size: 1.75rem
}

.wk-h1, .wk-h2 {
    font-weight: 500;
    line-height: 1.25
}

.wk-h2 {
    font-size: 1.5rem
}

.wk-h3 {
    font-size: 1.25rem;
    line-height: 1.3
}

.wk-h3, .wk-h4 {
    font-weight: 500
}

.wk-h4 {
    font-size: 1.125rem;
    line-height: 1.333333333333333
}

.wk-h5 {
    font-weight: 500
}

.wk-h5, .wk-h6 {
    font-size: 1rem;
    line-height: 1.25
}

.wk-h6 {
    font-weight: 400
}

.wk-display-1 {
    font-size: 4.75rem;
    font-weight: 300;
    line-height: 1.263157894736842
}

.wk-display-2 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.25
}

.wk-display-3 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.277777777777778
}

.wk-display-4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25
}

.wk-eyebrow {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: 1.333333333333333;
    text-transform: uppercase
}

.wk-blockquote {
    border-left: .25rem solid #dadada;
    padding-left: 1rem
}

.wk-blockquote-footer {
    color: #757575;
    font-size: .875rem
}

    .wk-blockquote-footer:before {
        content: "\2014 \00A0"
    }

@font-face {
    font-family: Fira Sans;
    font-style: italic;
    font-weight: 400;
    src: url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-Italic.woff2) format("woff2"),url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-Italic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Fira Sans;
    font-style: italic;
    font-weight: 300;
    src: url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-LightItalic.woff2) format("woff2"),url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-LightItalic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Fira Sans;
    font-weight: 300;
    src: url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-Light.woff2) format("woff2"),url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-Light.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Fira Sans;
    font-style: italic;
    font-weight: 500;
    src: url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-MediumItalic.woff2) format("woff2"),url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-MediumItalic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Fira Sans;
    font-weight: 500;
    src: url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-Medium.woff2) format("woff2"),url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-Medium.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Fira Sans;
    font-weight: 400;
    src: url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-Regular.woff2) format("woff2"),url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/typography/assets/FiraSans-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: wk-icons;
    src: url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/icons/assets/wk-icons.woff2) format("woff2"),url(https://cdn.wolterskluwer.io/wk/fundamentals/1.15.5/icons/assets/wk-icons.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

[class*=wk-icon-] {
    display: inline-block;
    font-family: wk-icons;
    font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-left: .2em;
    margin-right: .2em;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: middle;
    width: 1em
}

.wk-icon-filled-vat:before {
    content: "\e14f"
}

.wk-icon-filled-transactions-reject:before {
    content: "\e150"
}

.wk-icon-filled-transaction-outgoing:before {
    content: "\e151"
}

.wk-icon-filled-transaction-incoming:before {
    content: "\e152"
}

.wk-icon-filled-self-employed:before {
    content: "\e153"
}

.wk-icon-filled-project-organize:before {
    content: "\e154"
}

.wk-icon-filled-project-hourly:before {
    content: "\e155"
}

.wk-icon-filled-profit-loss:before {
    content: "\e156"
}

.wk-icon-filled-process-list:before {
    content: "\e157"
}

.wk-icon-filled-portfolios:before {
    content: "\e158"
}

.wk-icon-filled-pin:before {
    content: "\e159"
}

.wk-icon-filled-payment:before {
    content: "\e15a"
}

.wk-icon-filled-milestone:before {
    content: "\e15b"
}

.wk-icon-filled-matching:before {
    content: "\e15c"
}

.wk-icon-filled-list-bullet-square-large:before {
    content: "\e15d"
}

.wk-icon-filled-link-external:before {
    content: "\e15e"
}

.wk-icon-filled-fixed-asset:before {
    content: "\e15f"
}

.wk-icon-filled-employees:before {
    content: "\e160"
}

.wk-icon-filled-document-signed:before {
    content: "\e161"
}

.wk-icon-filled-customers:before {
    content: "\e162"
}

.wk-icon-filled-customer-template:before {
    content: "\e163"
}

.wk-icon-filled-bank-statements:before {
    content: "\e164"
}

.wk-icon-filled-bank-consent:before {
    content: "\e165"
}

.wk-icon-filled-assignments-unmatched:before {
    content: "\e166"
}

.wk-icon-filled-assignments-matched:before {
    content: "\e167"
}

.wk-icon-filled-assets:before {
    content: "\e168"
}

.wk-icon-filled-assets-inactive:before {
    content: "\e169"
}

.wk-icon-filled-articles:before {
    content: "\e16a"
}

.wk-icon-filled-slack:before {
    content: "\e16f"
}

.wk-icon-filled-heart:before {
    content: "\e17d"
}

.wk-icon-filled-percent:before {
    content: "\e190"
}

.wk-icon-filled-microchip:before {
    content: "\e1a5"
}

.wk-icon-filled-folder-stack:before {
    content: "\e1f2"
}

.wk-icon-filled-cubes:before {
    content: "\e213"
}

.wk-icon-filled-cube:before {
    content: "\e214"
}

.wk-icon-filled-folder-to:before {
    content: "\e215"
}

.wk-icon-filled-folder-from:before {
    content: "\e216"
}

.wk-icon-filled-file-compare:before {
    content: "\e217"
}

.wk-icon-filled-file-powerpoint:before {
    content: "\e21d"
}

.wk-icon-filled-gavel:before {
    content: "\e21e"
}

.wk-icon-filled-artificial-intelligence:before {
    content: "\e21f"
}

.wk-icon-filled-spinner-alt:before {
    content: "\e220"
}

.wk-icon-filled-highlight:before {
    content: "\e222"
}

.wk-icon-filled-snapchat:before {
    content: "\e22c"
}

.wk-icon-filled-instagram:before {
    content: "\e22d"
}

.wk-icon-filled-windows:before {
    content: "\e22e"
}

.wk-icon-filled-apple:before {
    content: "\e22f"
}

.wk-icon-filled-android:before {
    content: "\e230"
}

.wk-icon-filled-file-word:before {
    content: "\e232"
}

.wk-icon-filled-file-excel:before {
    content: "\e233"
}

.wk-icon-filled-scale:before {
    content: "\e234"
}

.wk-icon-filled-quote:before {
    content: "\e235"
}

.wk-icon-filled-mail-short-open:before {
    content: "\e236"
}

.wk-icon-filled-youtube:before {
    content: "\e238"
}

.wk-icon-filled-linkedin:before {
    content: "\e239"
}

.wk-icon-filled-twitter:before {
    content: "\e23a"
}

.wk-icon-filled-facebook:before {
    content: "\e23b"
}

.wk-icon-filled-sort-down:before {
    content: "\e23c"
}

.wk-icon-filled-sort-up:before {
    content: "\e23d"
}

.wk-icon-filled-sortable:before {
    content: "\e23e"
}

.wk-icon-filled-trophy:before {
    content: "\e240"
}

.wk-icon-filled-test-tube:before {
    content: "\e241"
}

.wk-icon-filled-notes:before {
    content: "\e249"
}

.wk-icon-filled-medicine:before {
    content: "\e253"
}

.wk-icon-filled-lightbulb:before {
    content: "\e254"
}

.wk-icon-filled-glasses:before {
    content: "\e256"
}

.wk-icon-filled-gift:before {
    content: "\e257"
}

.wk-icon-filled-film:before {
    content: "\e25c"
}

.wk-icon-filled-coffee:before {
    content: "\e265"
}

.wk-icon-filled-moon:before {
    content: "\e26f"
}

.wk-icon-filled-sun:before {
    content: "\e270"
}

.wk-icon-filled-surprised:before {
    content: "\e277"
}

.wk-icon-filled-smile:before {
    content: "\e278"
}

.wk-icon-filled-neutral:before {
    content: "\e279"
}

.wk-icon-filled-happy:before {
    content: "\e27a"
}

.wk-icon-filled-angry:before {
    content: "\e27d"
}

.wk-icon-filled-truck:before {
    content: "\e27e"
}

.wk-icon-filled-gas:before {
    content: "\e282"
}

.wk-icon-filled-car:before {
    content: "\e283"
}

.wk-icon-filled-airplane:before {
    content: "\e284"
}

.wk-icon-filled-office:before {
    content: "\e286"
}

.wk-icon-filled-library:before {
    content: "\e287"
}

.wk-icon-filled-wallet:before {
    content: "\e28b"
}

.wk-icon-filled-dollars:before {
    content: "\e28d"
}

.wk-icon-filled-dollar:before {
    content: "\e28e"
}

.wk-icon-filled-coins:before {
    content: "\e28f"
}

.wk-icon-filled-play-circle:before {
    content: "\e29d"
}

.wk-icon-filled-skip-forward:before {
    content: "\e29f"
}

.wk-icon-filled-skip-back:before {
    content: "\e2a0"
}

.wk-icon-filled-fast-forward:before {
    content: "\e2a1"
}

.wk-icon-filled-rewind:before {
    content: "\e2a2"
}

.wk-icon-filled-eject:before {
    content: "\e2a3"
}

.wk-icon-filled-record:before {
    content: "\e2a4"
}

.wk-icon-filled-stop:before {
    content: "\e2a5"
}

.wk-icon-filled-pause:before {
    content: "\e2a6"
}

.wk-icon-filled-play:before {
    content: "\e2a7"
}

.wk-icon-filled-phone:before {
    content: "\e2af"
}

.wk-icon-filled-tack:before {
    content: "\e2b0"
}

.wk-icon-filled-location:before {
    content: "\e2bb"
}

.wk-icon-filled-compass:before {
    content: "\e2bd"
}

.wk-icon-filled-locate:before {
    content: "\e2be"
}

.wk-icon-filled-direction:before {
    content: "\e2bf"
}

.wk-icon-filled-map:before {
    content: "\e2c0"
}

.wk-icon-filled-cloud:before {
    content: "\e2c7"
}

.wk-icon-filled-wifi:before {
    content: "\e2c8"
}

.wk-icon-filled-broadcast:before {
    content: "\e2cb"
}

.wk-icon-filled-medical:before {
    content: "\e2cc"
}

.wk-icon-filled-toolbox:before {
    content: "\e2cd"
}

.wk-icon-filled-briefcase:before {
    content: "\e2cf"
}

.wk-icon-filled-box:before {
    content: "\e2d2"
}

.wk-icon-filled-vector-line:before {
    content: "\e2d3"
}

.wk-icon-filled-cut:before {
    content: "\e2da"
}

.wk-icon-filled-crop:before {
    content: "\e2db"
}

.wk-icon-filled-ruler:before {
    content: "\e2dc"
}

.wk-icon-filled-zoom-out:before {
    content: "\e2dd"
}

.wk-icon-filled-zoom-in:before {
    content: "\e2de"
}

.wk-icon-filled-invisible:before {
    content: "\e2df"
}

.wk-icon-filled-visible:before {
    content: "\e2e0"
}

.wk-icon-filled-layer:before {
    content: "\e2e6"
}

.wk-icon-filled-hierarchy:before {
    content: "\e2e8"
}

.wk-icon-filled-arrow-circle-right:before {
    content: "\e311"
}

.wk-icon-filled-arrow-circle-left:before {
    content: "\e312"
}

.wk-icon-filled-arrow-circle-down:before {
    content: "\e313"
}

.wk-icon-filled-arrow-circle-up:before {
    content: "\e314"
}

.wk-icon-filled-pie:before {
    content: "\e335"
}

.wk-icon-filled-chart:before {
    content: "\e337"
}

.wk-icon-filled-graph:before {
    content: "\e338"
}

.wk-icon-filled-calculator-operations:before {
    content: "\e339"
}

.wk-icon-filled-tags:before {
    content: "\e33b"
}

.wk-icon-filled-tag:before {
    content: "\e33d"
}

.wk-icon-filled-dialogue:before {
    content: "\e348"
}

.wk-icon-filled-chat-box-plus:before {
    content: "\e34c"
}

.wk-icon-filled-chat-box-cancel:before {
    content: "\e34d"
}

.wk-icon-filled-chat-box-check:before {
    content: "\e34e"
}

.wk-icon-filled-chat-box:before {
    content: "\e34f"
}

.wk-icon-filled-shift:before {
    content: "\e357"
}

.wk-icon-filled-delete:before {
    content: "\e35a"
}

.wk-icon-filled-console:before {
    content: "\e35b"
}

.wk-icon-filled-speaker-mute:before {
    content: "\e35d"
}

.wk-icon-filled-speaker-high:before {
    content: "\e35e"
}

.wk-icon-filled-speaker-mid:before {
    content: "\e35f"
}

.wk-icon-filled-speaker-low:before {
    content: "\e360"
}

.wk-icon-filled-speaker:before {
    content: "\e361"
}

.wk-icon-filled-microphone-mute:before {
    content: "\e363"
}

.wk-icon-filled-microphone-on:before {
    content: "\e364"
}

.wk-icon-filled-server:before {
    content: "\e365"
}

.wk-icon-filled-database:before {
    content: "\e366"
}

.wk-icon-filled-smartphone:before {
    content: "\e36b"
}

.wk-icon-filled-tablet:before {
    content: "\e36c"
}

.wk-icon-filled-laptop:before {
    content: "\e36d"
}

.wk-icon-filled-screen:before {
    content: "\e36e"
}

.wk-icon-filled-contrast:before {
    content: "\e370"
}

.wk-icon-filled-brighter:before {
    content: "\e371"
}

.wk-icon-filled-dimmer:before {
    content: "\e372"
}

.wk-icon-filled-mouse:before {
    content: "\e373"
}

.wk-icon-filled-keyboard:before {
    content: "\e375"
}

.wk-icon-filled-drive:before {
    content: "\e378"
}

.wk-icon-filled-video:before {
    content: "\e37a"
}

.wk-icon-filled-camera-compact:before {
    content: "\e37b"
}

.wk-icon-filled-archive:before {
    content: "\e37d"
}

.wk-icon-filled-code:before {
    content: "\e37f"
}

.wk-icon-filled-save:before {
    content: "\e380"
}

.wk-icon-filled-pencil:before {
    content: "\e386"
}

.wk-icon-filled-list-bullet-square:before {
    content: "\e387"
}

.wk-icon-filled-list-bullet-dot:before {
    content: "\e388"
}

.wk-icon-filled-list-bullet-check:before {
    content: "\e38a"
}

.wk-icon-filled-layout:before {
    content: "\e38b"
}

.wk-icon-filled-grid:before {
    content: "\e390"
}

.wk-icon-filled-grid-square:before {
    content: "\e391"
}

.wk-icon-filled-photo:before {
    content: "\e39a"
}

.wk-icon-filled-announce:before {
    content: "\e39b"
}

.wk-icon-filled-flame:before {
    content: "\e39d"
}

.wk-icon-filled-link:before {
    content: "\e3a0"
}

.wk-icon-filled-globe:before {
    content: "\e3a3"
}

.wk-icon-filled-flag:before {
    content: "\e3a5"
}

.wk-icon-filled-sliders:before {
    content: "\e3ab"
}

.wk-icon-filled-wrench:before {
    content: "\e3ac"
}

.wk-icon-filled-settings:before {
    content: "\e3ae"
}

.wk-icon-filled-send:before {
    content: "\e3af"
}

.wk-icon-filled-attach:before {
    content: "\e3b1"
}

.wk-icon-filled-print:before {
    content: "\e3b2"
}

.wk-icon-filled-share:before {
    content: "\e3b3"
}

.wk-icon-filled-trash:before {
    content: "\e3b4"
}

.wk-icon-filled-mail-address:before {
    content: "\e3b5"
}

.wk-icon-filled-mail:before {
    content: "\e3b6"
}

.wk-icon-filled-funnel:before {
    content: "\e3b7"
}

.wk-icon-filled-search:before {
    content: "\e3b8"
}

.wk-icon-filled-home:before {
    content: "\e3b9"
}

.wk-icon-filled-calendar:before {
    content: "\e3c1"
}

.wk-icon-filled-inbox:before {
    content: "\e3c6"
}

.wk-icon-filled-stop-sign:before {
    content: "\e3c9"
}

.wk-icon-filled-close-circle:before {
    content: "\e3cc"
}

.wk-icon-filled-close:before {
    content: "\e3cd"
}

.wk-icon-filled-check-circle:before {
    content: "\e3cf"
}

.wk-icon-filled-check:before {
    content: "\e3d0"
}

.wk-icon-filled-shield:before {
    content: "\e3d3"
}

.wk-icon-filled-lock-open:before {
    content: "\e3d6"
}

.wk-icon-filled-lock:before {
    content: "\e3d7"
}

.wk-icon-filled-key:before {
    content: "\e3d9"
}

.wk-icon-filled-receipt:before {
    content: "\e3db"
}

.wk-icon-filled-news:before {
    content: "\e3dc"
}

.wk-icon-filled-bookmark:before {
    content: "\e3de"
}

.wk-icon-filled-book-page:before {
    content: "\e3df"
}

.wk-icon-filled-book-open:before {
    content: "\e3e1"
}

.wk-icon-filled-book:before {
    content: "\e3e2"
}

.wk-icon-filled-minus-circle:before {
    content: "\e3e4"
}

.wk-icon-filled-minus:before {
    content: "\e3e5"
}

.wk-icon-filled-plus-circle:before {
    content: "\e3e7"
}

.wk-icon-filled-plus:before {
    content: "\e3e8"
}

.wk-icon-filled-folder-open:before {
    content: "\e3ec"
}

.wk-icon-filled-folder:before {
    content: "\e3f5"
}

.wk-icon-filled-files:before {
    content: "\e3f7"
}

.wk-icon-filled-file:before {
    content: "\e407"
}

.wk-icon-filled-stopwatch:before {
    content: "\e40e"
}

.wk-icon-filled-clock:before {
    content: "\e40f"
}

.wk-icon-filled-clock-back:before {
    content: "\e410"
}

.wk-icon-filled-more:before {
    content: "\e415"
}

.wk-icon-filled-thumbs-down:before {
    content: "\e417"
}

.wk-icon-filled-thumbs-up:before {
    content: "\e418"
}

.wk-icon-filled-star:before {
    content: "\e41d"
}

.wk-icon-filled-bolt:before {
    content: "\e423"
}

.wk-icon-filled-question:before {
    content: "\e424"
}

.wk-icon-filled-info:before {
    content: "\e425"
}

.wk-icon-filled-caution:before {
    content: "\e426"
}

.wk-icon-filled-alarm-clock:before {
    content: "\e428"
}

.wk-icon-filled-alarm-off:before {
    content: "\e429"
}

.wk-icon-filled-alarm-on:before {
    content: "\e42a"
}

.wk-icon-filled-users:before {
    content: "\e42d"
}

.wk-icon-filled-user:before {
    content: "\e432"
}

.wk-icon-in-progress:before {
    content: "\e814"
}

.wk-icon-employees:before {
    content: "\e815"
}

.wk-icon-vat:before {
    content: "\e817"
}

.wk-icon-transactions-reject:before {
    content: "\e818"
}

.wk-icon-transaction-outgoing:before {
    content: "\e819"
}

.wk-icon-transaction-incoming:before {
    content: "\e81a"
}

.wk-icon-self-employed:before {
    content: "\e81b"
}

.wk-icon-project-organize:before {
    content: "\e81c"
}

.wk-icon-project-hourly:before {
    content: "\e81d"
}

.wk-icon-profit-loss:before {
    content: "\e81e"
}

.wk-icon-process-list:before {
    content: "\e81f"
}

.wk-icon-portfolios:before {
    content: "\e820"
}

.wk-icon-pin:before {
    content: "\e821"
}

.wk-icon-payment:before {
    content: "\e822"
}

.wk-icon-milestone:before {
    content: "\e823"
}

.wk-icon-matching:before {
    content: "\e824"
}

.wk-icon-list-bullet-square-large:before {
    content: "\e825"
}

.wk-icon-link-external:before {
    content: "\e826"
}

.wk-icon-fixed-asset:before {
    content: "\e828"
}

.wk-icon-document-signed:before {
    content: "\e82a"
}

.wk-icon-customers:before {
    content: "\e82b"
}

.wk-icon-customer-template:before {
    content: "\e82c"
}

.wk-icon-bank-statements:before {
    content: "\e82d"
}

.wk-icon-bank-consent:before {
    content: "\e82e"
}

.wk-icon-assignments-unmatched:before {
    content: "\e82f"
}

.wk-icon-assignments-matched:before {
    content: "\e830"
}

.wk-icon-assets:before {
    content: "\e831"
}

.wk-icon-assets-inactive:before {
    content: "\e832"
}

.wk-icon-articles:before {
    content: "\e833"
}

.wk-icon-heart:before {
    content: "\e83c"
}

.wk-icon-percent:before {
    content: "\e851"
}

.wk-icon-microchip:before {
    content: "\e886"
}

.wk-icon-toc:before {
    content: "\e8b9"
}

.wk-icon-folder-stack:before {
    content: "\e8cd"
}

.wk-icon-drag-handle-alt:before {
    content: "\e9e1"
}

.wk-icon-cubes:before {
    content: "\e9e3"
}

.wk-icon-cube:before {
    content: "\e9e4"
}

.wk-icon-folder-to:before {
    content: "\e9e5"
}

.wk-icon-folder-from:before {
    content: "\e9e6"
}

.wk-icon-file-compare:before {
    content: "\e9e7"
}

.wk-icon-file-powerpoint:before {
    content: "\e9ed"
}

.wk-icon-gavel:before {
    content: "\e9ee"
}

.wk-icon-artificial-intelligence:before {
    content: "\e9ef"
}

.wk-icon-spinner-alt:before {
    content: "\e9f0"
}

.wk-icon-drag-handle:before {
    content: "\e9f1"
}

.wk-icon-highlight:before {
    content: "\e9f2"
}

.wk-icon-function:before {
    content: "\e9f4"
}

.wk-icon-euro-sign:before {
    content: "\e9f6"
}

.wk-icon-pound-sign:before {
    content: "\e9f7"
}

.wk-icon-dollar-sign:before {
    content: "\e9f8"
}

.wk-icon-file-pdf:before {
    content: "\ea01"
}

.wk-icon-file-word:before {
    content: "\ea02"
}

.wk-icon-file-excel:before {
    content: "\ea03"
}

.wk-icon-scale:before {
    content: "\ea04"
}

.wk-icon-quote:before {
    content: "\ea05"
}

.wk-icon-mail-short-open:before {
    content: "\ea06"
}

.wk-icon-trophy:before {
    content: "\ea10"
}

.wk-icon-test-tube:before {
    content: "\ea11"
}

.wk-icon-notes:before {
    content: "\ea19"
}

.wk-icon-medicine:before {
    content: "\ea23"
}

.wk-icon-lightbulb:before {
    content: "\ea24"
}

.wk-icon-glasses:before {
    content: "\ea26"
}

.wk-icon-gift:before {
    content: "\ea27"
}

.wk-icon-film:before {
    content: "\ea2c"
}

.wk-icon-coffee:before {
    content: "\ea35"
}

.wk-icon-moon:before {
    content: "\ea3f"
}

.wk-icon-sun:before {
    content: "\ea40"
}

.wk-icon-surprised:before {
    content: "\ea47"
}

.wk-icon-smile:before {
    content: "\ea48"
}

.wk-icon-neutral:before {
    content: "\ea49"
}

.wk-icon-happy:before {
    content: "\ea4a"
}

.wk-icon-angry:before {
    content: "\ea4d"
}

.wk-icon-truck:before {
    content: "\ea4e"
}

.wk-icon-gas:before {
    content: "\ea52"
}

.wk-icon-car:before {
    content: "\ea53"
}

.wk-icon-airplane:before {
    content: "\ea54"
}

.wk-icon-office:before {
    content: "\ea56"
}

.wk-icon-library:before {
    content: "\ea57"
}

.wk-icon-wallet:before {
    content: "\ea5b"
}

.wk-icon-dollars:before {
    content: "\ea5d"
}

.wk-icon-dollar:before {
    content: "\ea5e"
}

.wk-icon-coins:before {
    content: "\ea5f"
}

.wk-icon-cart-full:before {
    content: "\ea68"
}

.wk-icon-cart-down:before {
    content: "\ea69"
}

.wk-icon-cart:before {
    content: "\ea6b"
}

.wk-icon-play-circle:before {
    content: "\ea6d"
}

.wk-icon-skip-forward:before {
    content: "\ea6f"
}

.wk-icon-skip-back:before {
    content: "\ea70"
}

.wk-icon-fast-forward:before {
    content: "\ea71"
}

.wk-icon-rewind:before {
    content: "\ea72"
}

.wk-icon-eject:before {
    content: "\ea73"
}

.wk-icon-record:before {
    content: "\ea74"
}

.wk-icon-stop:before {
    content: "\ea75"
}

.wk-icon-pause:before {
    content: "\ea76"
}

.wk-icon-play:before {
    content: "\ea77"
}

.wk-icon-phone:before {
    content: "\ea7f"
}

.wk-icon-tack:before {
    content: "\ea80"
}

.wk-icon-location:before {
    content: "\ea8b"
}

.wk-icon-crosshairs:before {
    content: "\ea8c"
}

.wk-icon-compass:before {
    content: "\ea8d"
}

.wk-icon-locate:before {
    content: "\ea8e"
}

.wk-icon-direction:before {
    content: "\ea8f"
}

.wk-icon-map:before {
    content: "\ea90"
}

.wk-icon-cloud:before {
    content: "\ea97"
}

.wk-icon-wifi:before {
    content: "\ea98"
}

.wk-icon-rss:before {
    content: "\ea99"
}

.wk-icon-broadcast:before {
    content: "\ea9b"
}

.wk-icon-medical:before {
    content: "\ea9c"
}

.wk-icon-toolbox:before {
    content: "\ea9d"
}

.wk-icon-briefcase:before {
    content: "\ea9f"
}

.wk-icon-box:before {
    content: "\eaa2"
}

.wk-icon-vector-line:before {
    content: "\eaa3"
}

.wk-icon-colors:before {
    content: "\eaa6"
}

.wk-icon-cut:before {
    content: "\eaaa"
}

.wk-icon-crop:before {
    content: "\eaab"
}

.wk-icon-ruler:before {
    content: "\eaac"
}

.wk-icon-zoom-out:before {
    content: "\eaad"
}

.wk-icon-zoom-in:before {
    content: "\eaae"
}

.wk-icon-invisible:before {
    content: "\eaaf"
}

.wk-icon-visible:before {
    content: "\eab0"
}

.wk-icon-repeat:before {
    content: "\eab1"
}

.wk-icon-shuffle:before {
    content: "\eab2"
}

.wk-icon-swap-horizontal:before {
    content: "\eab3"
}

.wk-icon-swap-vertical:before {
    content: "\eab4"
}

.wk-icon-layer:before {
    content: "\eab6"
}

.wk-icon-hierarchy:before {
    content: "\eab8"
}

.wk-icon-contract-angle:before {
    content: "\eabd"
}

.wk-icon-expand-angle:before {
    content: "\eac0"
}

.wk-icon-move:before {
    content: "\eac2"
}

.wk-icon-sync:before {
    content: "\eac5"
}

.wk-icon-download-line:before {
    content: "\eac6"
}

.wk-icon-upload-line:before {
    content: "\eac8"
}

.wk-icon-arrow-circle-right:before {
    content: "\eae1"
}

.wk-icon-arrow-circle-left:before {
    content: "\eae2"
}

.wk-icon-arrow-circle-down:before {
    content: "\eae3"
}

.wk-icon-arrow-circle-up:before {
    content: "\eae4"
}

.wk-icon-chevron-double-right:before {
    content: "\eaed"
}

.wk-icon-chevron-double-left:before {
    content: "\eaee"
}

.wk-icon-chevron-double-down:before {
    content: "\eaef"
}

.wk-icon-chevron-double-up:before {
    content: "\eaf0"
}

.wk-icon-chevron-right:before {
    content: "\eaf1"
}

.wk-icon-chevron-left:before {
    content: "\eaf2"
}

.wk-icon-chevron-down:before {
    content: "\eaf3"
}

.wk-icon-chevron-up:before {
    content: "\eaf4"
}

.wk-icon-arrow-up-right:before {
    content: "\eaf9"
}

.wk-icon-arrow-right:before {
    content: "\eafd"
}

.wk-icon-arrow-left:before {
    content: "\eafe"
}

.wk-icon-arrow-down:before {
    content: "\eaff"
}

.wk-icon-arrow-up:before {
    content: "\eb00"
}

.wk-icon-infinity:before {
    content: "\eb03"
}

.wk-icon-pie:before {
    content: "\eb05"
}

.wk-icon-chart:before {
    content: "\eb07"
}

.wk-icon-graph:before {
    content: "\eb08"
}

.wk-icon-calculator-operations:before {
    content: "\eb09"
}

.wk-icon-tags:before {
    content: "\eb0b"
}

.wk-icon-tag:before {
    content: "\eb0d"
}

.wk-icon-dialogue:before {
    content: "\eb18"
}

.wk-icon-chat-box-plus:before {
    content: "\eb1c"
}

.wk-icon-chat-box-cancel:before {
    content: "\eb1d"
}

.wk-icon-chat-box-check:before {
    content: "\eb1e"
}

.wk-icon-chat-box:before {
    content: "\eb1f"
}

.wk-icon-shift:before {
    content: "\eb27"
}

.wk-icon-return:before {
    content: "\eb28"
}

.wk-icon-hard-return:before {
    content: "\eb29"
}

.wk-icon-delete:before {
    content: "\eb2a"
}

.wk-icon-console:before {
    content: "\eb2b"
}

.wk-icon-speaker-mute:before {
    content: "\eb2d"
}

.wk-icon-speaker-high:before {
    content: "\eb2e"
}

.wk-icon-speaker-mid:before {
    content: "\eb2f"
}

.wk-icon-speaker-low:before {
    content: "\eb30"
}

.wk-icon-speaker:before {
    content: "\eb31"
}

.wk-icon-microphone-mute:before {
    content: "\eb33"
}

.wk-icon-microphone-on:before {
    content: "\eb34"
}

.wk-icon-server:before {
    content: "\eb35"
}

.wk-icon-database:before {
    content: "\eb36"
}

.wk-icon-power:before {
    content: "\eb3a"
}

.wk-icon-smartphone:before {
    content: "\eb3b"
}

.wk-icon-tablet:before {
    content: "\eb3c"
}

.wk-icon-laptop:before {
    content: "\eb3d"
}

.wk-icon-screen:before {
    content: "\eb3e"
}

.wk-icon-contrast:before {
    content: "\eb40"
}

.wk-icon-brighter:before {
    content: "\eb41"
}

.wk-icon-dimmer:before {
    content: "\eb42"
}

.wk-icon-mouse:before {
    content: "\eb43"
}

.wk-icon-keyboard:before {
    content: "\eb45"
}

.wk-icon-drive:before {
    content: "\eb48"
}

.wk-icon-video:before {
    content: "\eb4a"
}

.wk-icon-camera-compact:before {
    content: "\eb4b"
}

.wk-icon-archive:before {
    content: "\eb4d"
}

.wk-icon-code:before {
    content: "\eb4f"
}

.wk-icon-save:before {
    content: "\eb50"
}

.wk-icon-import:before {
    content: "\eb51"
}

.wk-icon-export:before {
    content: "\eb52"
}

.wk-icon-pencil:before {
    content: "\eb56"
}

.wk-icon-list-bullet-square:before {
    content: "\eb57"
}

.wk-icon-list-bullet-dot:before {
    content: "\eb58"
}

.wk-icon-list-bullet-check:before {
    content: "\eb5a"
}

.wk-icon-layout:before {
    content: "\eb5b"
}

.wk-icon-grid:before {
    content: "\eb60"
}

.wk-icon-photo:before {
    content: "\eb6a"
}

.wk-icon-announce:before {
    content: "\eb6b"
}

.wk-icon-flame:before {
    content: "\eb6d"
}

.wk-icon-link:before {
    content: "\eb70"
}

.wk-icon-logout:before {
    content: "\eb71"
}

.wk-icon-login:before {
    content: "\eb72"
}

.wk-icon-globe:before {
    content: "\eb73"
}

.wk-icon-flag:before {
    content: "\eb75"
}

.wk-icon-undo:before {
    content: "\eb77"
}

.wk-icon-refresh:before {
    content: "\eb78"
}

.wk-icon-sliders:before {
    content: "\eb7b"
}

.wk-icon-wrench:before {
    content: "\eb7c"
}

.wk-icon-settings:before {
    content: "\eb7e"
}

.wk-icon-send:before {
    content: "\eb7f"
}

.wk-icon-attach:before {
    content: "\eb81"
}

.wk-icon-print:before {
    content: "\eb82"
}

.wk-icon-share:before {
    content: "\eb83"
}

.wk-icon-trash:before {
    content: "\eb84"
}

.wk-icon-mail-address:before {
    content: "\eb85"
}

.wk-icon-mail:before {
    content: "\eb86"
}

.wk-icon-funnel:before {
    content: "\eb87"
}

.wk-icon-search:before {
    content: "\eb88"
}

.wk-icon-home:before {
    content: "\eb89"
}

.wk-icon-calendar:before {
    content: "\eb91"
}

.wk-icon-inbox:before {
    content: "\eb96"
}

.wk-icon-stop-sign:before {
    content: "\eb99"
}

.wk-icon-close-circle:before {
    content: "\eb9c"
}

.wk-icon-close:before {
    content: "\eb9d"
}

.wk-icon-check-circle:before {
    content: "\eb9f"
}

.wk-icon-check:before {
    content: "\eba0"
}

.wk-icon-shield:before {
    content: "\eba3"
}

.wk-icon-lock-open:before {
    content: "\eba6"
}

.wk-icon-lock:before {
    content: "\eba7"
}

.wk-icon-key:before {
    content: "\eba9"
}

.wk-icon-receipt:before {
    content: "\ebab"
}

.wk-icon-news:before {
    content: "\ebac"
}

.wk-icon-bookmark:before {
    content: "\ebae"
}

.wk-icon-book-page:before {
    content: "\ebaf"
}

.wk-icon-book-open:before {
    content: "\ebb1"
}

.wk-icon-book:before {
    content: "\ebb2"
}

.wk-icon-minus-circle:before {
    content: "\ebb4"
}

.wk-icon-minus:before {
    content: "\ebb5"
}

.wk-icon-plus-circle:before {
    content: "\ebb7"
}

.wk-icon-plus:before {
    content: "\ebb8"
}

.wk-icon-folder-open:before {
    content: "\ebbc"
}

.wk-icon-folder:before {
    content: "\ebc5"
}

.wk-icon-files:before {
    content: "\ebc7"
}

.wk-icon-file:before {
    content: "\ebd7"
}

.wk-icon-stopwatch:before {
    content: "\ebde"
}

.wk-icon-clock:before {
    content: "\ebdf"
}

.wk-icon-clock-back:before {
    content: "\ebe0"
}

.wk-icon-spinner:before {
    content: "\ebe2"
}

.wk-icon-menu:before {
    content: "\ebe6"
}

.wk-icon-thumbs-down:before {
    content: "\ebe7"
}

.wk-icon-thumbs-up:before {
    content: "\ebe8"
}

.wk-icon-star:before {
    content: "\ebed"
}

.wk-icon-bolt:before {
    content: "\ebf3"
}

.wk-icon-question:before {
    content: "\ebf4"
}

.wk-icon-info:before {
    content: "\ebf5"
}

.wk-icon-caution:before {
    content: "\ebf6"
}

.wk-icon-alarm-clock:before {
    content: "\ebf8"
}

.wk-icon-alarm-off:before {
    content: "\ebf9"
}

.wk-icon-alarm-on:before {
    content: "\ebfa"
}

.wk-icon-users:before {
    content: "\ebfd"
}

.wk-icon-user:before {
    content: "\ec02"
}

.wk-loading {
    font-size: .75rem;
    margin-bottom: .25rem;
    display: flex;
    flex-direction: column
}

    .wk-loading.wk-is-compact .wk-progress {
        height: .25rem
    }

    .wk-loading.wk-is-completed .wk-progress::-webkit-progress-value {
        background-color: #85bc20
    }

    .wk-loading.wk-is-completed .wk-loading-description .wk-loading-description-icon {
        color: #85bc20
    }

    .wk-loading .wk-progress {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        border-radius: .25rem;
        display: block;
        height: .5rem;
        overflow: hidden;
        padding: 0;
        width: 100%
    }

        .wk-loading .wk-progress::-webkit-progress-bar {
            background-color: #dadada
        }

        .wk-loading .wk-progress::-webkit-progress-value {
            background-color: #007ac3
        }

        .wk-loading .wk-progress::-moz-progress-bar {
            background-color: #007ac3
        }

        .wk-loading .wk-progress::-ms-fill {
            background-color: #007ac3;
            border: none
        }

        .wk-loading .wk-progress:indeterminate {
            animation-duration: 1.5s;
            animation-iteration-count: infinite;
            animation-name: moveIndeterminate;
            animation-timing-function: linear;
            background-color: #dadada;
            background-image: linear-gradient(90deg,#007ac3 30%,#dadada 0);
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 200% 200%
        }

            .wk-loading .wk-progress:indeterminate::-webkit-progress-bar {
                background-color: initial
            }

            .wk-loading .wk-progress:indeterminate::-moz-progress-bar {
                background-color: initial
            }

    .wk-loading .wk-loading-summary {
        margin-top: 4px;
        color: #757575
    }

.wk-loading-description {
    min-width: 100%;
    margin: .25rem 0;
    font-size: .75rem;
    display: flex;
    justify-content: flex-end
}

    .wk-loading-description.wk-loading-description-with-text {
        justify-content: space-between
    }

    .wk-loading-description .wk-loading-description-status {
        color: #757575
    }

    .wk-loading-description .wk-loading-description-icon {
        font-size: 1rem
    }

@keyframes moveIndeterminate {
    0% {
        background-position: 100% 0
    }

    to {
        background-position: -100% 0
    }
}

.wk-loading-circular-container {
    align-items: center;
    align-content: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    flex-flow: column wrap
}

    .wk-loading-circular-container .wk-loading-circular-icon {
        font-size: 1.125rem
    }

        .wk-loading-circular-container .wk-loading-circular-icon:only-child {
            font-size: 1.5rem
        }

    .wk-loading-circular-container .wk-loading-circular-label {
        color: #353535;
        font-size: .875rem;
        font-weight: 300;
        padding-top: .5rem
    }

.wk-lazyloading-container {
    align-items: center;
    align-content: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    align-items: flex-end;
    flex-flow: row nowrap;
    padding-bottom: .5rem
}

    .wk-lazyloading-container .wk-loading-circular-icon {
        font-size: 1.125rem
    }

        .wk-lazyloading-container .wk-loading-circular-icon:only-child {
            font-size: 1.5rem
        }

    .wk-lazyloading-container .wk-loading-circular-label {
        color: #353535;
        font-size: .875rem;
        font-weight: 300;
        line-height: 1.2857142857;
        padding-left: .5rem
    }

.wk-loading-dark-overlay {
    background-color: #dadada
}

.wk-loading-light-overlay {
    background-color: #fff
}

.wk-card, .wk-card *, .wk-card :after, .wk-card :before {
    box-sizing: border-box
}

    .wk-card a {
        color: #005b92;
        background-color: initial;
        text-decoration: none !important;
    }

        .wk-card a:focus, .wk-card a:hover {
            color: #003d61
        }

        .wk-card a:hover {
            text-decoration: underline
        }

    .wk-card h3 {
        color: #353535;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.3
    }

.wk-card {
    transition: transform cubic-bezier(.4,0,.2,1);
    will-change: transform;
    transition: box-shadow .3s cubic-bezier(.4,0,.2,1);
    transition-delay: 0ms;
    will-change: box-shadow;
    transition-property: box-shadow,transform;
    transform: translateY(8px);
    background: #fff;
    border: 1px solid #dadada;
    max-width: 20rem;
    position: relative;
    will-change: auto
}

    .wk-card:hover {
        box-shadow: 0 .75rem 1.5rem 0 rgba(0,0,0,.1);
        cursor: pointer;
        transform: translateY(0)
    }

@media (min-width:48rem) {
    .wk-card:hover {
        top: -4px
    }
}

.wk-card:hover .wk-card-select-label, .wk-card:hover:not(.wk-card-is-favorited) .wk-card-favorite-button.wk-button {
    transition: opacity .15s cubic-bezier(.4,0,1,1);
    will-change: opacity;
    transition: transform .15s cubic-bezier(.4,0,1,1);
    transition-delay: 50ms;
    will-change: transform;
    transition-property: opacity,transform;
    transform: translateY(0);
    opacity: 1
}

.wk-card:hover .wk-card-image-container:before {
    background-color: rgba(0,0,0,.5)
}

.wk-card:hover .wk-card-body {
    text-decoration: none
}

.wk-card.wk-card-is-favorited .wk-card-favorite-button.wk-button {
    opacity: 1;
    transform: translateY(0)
}

.wk-card.wk-card-is-favorited .wk-card-favorite-button .wk-is-active {
    display: inline-block
}

.wk-card.wk-card-is-favorited .wk-card-favorite-button .wk-is-inactive {
    display: none
}

.wk-card.wk-card-is-disabled {
    opacity: .5;
    pointer-events: none
}

.wk-card.wk-card-small:not(.wk-folder) .wk-card-body {
    padding: 3.5rem 2rem 1.875rem
}

.wk-card.wk-card-small:not(.wk-folder) .wk-card-image-container ~ .wk-card-body {
    padding-top: 2rem
}

.wk-card.wk-folder {
    height: 9.25rem
}

    .wk-card.wk-folder .wk-card-body {
        padding: 4rem 2rem 2rem
    }

    .wk-card.wk-folder .wk-card-title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding-left: 3rem;
        position: relative
    }

@media (-ms-high-contrast:none) {
    .wk-card.wk-folder .wk-card-title {
        position: relative;
        line-height: 26px;
        max-height: 52px;
        text-align: justify;
        margin-right: -1em;
        padding-right: 1em
    }

        .wk-card.wk-folder .wk-card-title:before {
            content: "...";
            position: absolute;
            right: 0;
            bottom: 0
        }

        .wk-card.wk-folder .wk-card-title:after {
            content: "";
            position: absolute;
            right: 0;
            width: 1em;
            height: 1em;
            margin-top: .2em;
            background: #fff
        }
}

.wk-card.wk-folder .wk-card-title:before {
    content: "\ebbc";
    font-family: wk-icons,sans-serif;
    font-size: 1.5rem;
    left: 0;
    line-height: 1;
    position: absolute;
    padding: .25rem;
    top: 0
}

.wk-card.wk-folder .wk-card-content, .wk-card.wk-folder .wk-card-footer, .wk-card.wk-folder .wk-card-image-container, .wk-card.wk-folder .wk-card-subtitle, .wk-card .wk-loading-circular-container {
    display: none
}

.wk-card.wk-is-loading .wk-loading-circular-container {
    display: flex
}

.wk-card-select-checkbox {
    clip: rect(0,0,0,0);
    height: 2rem;
    position: absolute;
    pointer-events: none;
    right: 1rem;
    top: 1rem;
    width: 2rem
}

    .wk-card-select-checkbox:checked + .wk-card-select-label {
        opacity: 1;
        transform: translateY(0)
    }

        .wk-card-select-checkbox:checked + .wk-card-select-label:before {
            color: #005b92;
            content: "\e3cf"
        }

    .wk-card-select-checkbox:checked ~ .wk-card-select-indicator {
        display: block
    }

    .wk-card-select-checkbox:checked ~ .wk-card-image-container:before {
        background-color: rgba(0,91,146,.5)
    }

    .wk-card-select-checkbox:focus + .wk-card-select-label {
        outline-color: #000;
        outline-offset: 0;
        outline-style: solid;
        outline-width: .125rem;
        opacity: 1
    }

.wk-card-select-label {
    transition: opacity .15s cubic-bezier(.4,0,1,1);
    will-change: opacity;
    transition: transform .15s cubic-bezier(.4,0,1,1);
    transition-delay: 50ms;
    will-change: transform;
    transition-property: opacity,transform;
    transform: translateY(8px);
    cursor: pointer;
    font-family: wk-icons,sans-serif;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    opacity: 0;
    padding: .5rem;
    position: absolute;
    right: 1rem;
    speak: normal;
    top: 1rem;
    vertical-align: middle;
    width: auto;
    z-index: 1
}

    .wk-card-select-label:before {
        content: "\ea74";
        color: #757575
    }

.wk-card-select-indicator {
    outline-color: #005b92;
    outline-offset: -1px;
    outline-style: solid;
    outline-width: .125rem;
    bottom: 0;
    display: none;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wk-card-favorite-button {
    position: absolute;
    z-index: 1;
    top: 1rem;
    right: 3rem
}

    .wk-card-favorite-button.wk-button {
        transition: opacity .15s cubic-bezier(.4,0,1,1);
        will-change: opacity;
        transition: transform .15s cubic-bezier(.4,0,1,1);
        transition-delay: 50ms;
        will-change: transform;
        transition-property: opacity,transform;
        transform: translateY(8px);
        opacity: 0
    }

        .wk-card-favorite-button.wk-button:focus {
            opacity: 1
        }

    .wk-card-favorite-button .wk-is-inactive {
        display: inline-block
    }

    .wk-card-favorite-button .wk-is-active {
        display: none
    }

    .wk-card-favorite-button .wk-icon-star, .wk-card-favorite-button wk-icon[name=star] {
        color: #757575
    }

        .wk-card-favorite-button .wk-icon-filled-star, .wk-card-favorite-button wk-icon[name=star][filled] {
            color: #ea8f00
        }

.wk-card-body {
    display: block;
    padding: 3.5rem 2rem 4.5rem
}

    .wk-card-body:focus ~ .wk-card-select-indicator {
        display: none
    }

    .wk-card-body:focus, .wk-card-body:focus-visible {
        outline-color: -1px;
        outline-offset: 0;
        outline-style: solid;
        outline-width: .125rem
    }

        .wk-card-body:focus:not(:focus-visible) {
            outline: 0
        }

    .wk-card-body > [class^=wk-tag] {
        left: 2rem;
        position: absolute;
        top: 1.5rem;
        z-index: 1
    }

.wk-card-subtitle {
    color: #757575;
    font-size: .875rem;
    line-height: 1.2857142857;
    margin-bottom: .5rem
}

.wk-card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

@media (-ms-high-contrast:none) {
    .wk-card-title {
        position: relative;
        line-height: 26px;
        max-height: 78px;
        text-align: justify;
        margin-right: -1em;
        padding-right: 1em
    }

        .wk-card-title:before {
            content: "...";
            position: absolute;
            right: 0;
            bottom: 0
        }

        .wk-card-title:after {
            content: "";
            position: absolute;
            right: 0;
            width: 1em;
            height: 1em;
            margin-top: .2em;
            background: #fff
        }
}

.wk-card-title + .wk-card-subtitle {
    margin-bottom: 0;
    margin-top: .5rem
}

.wk-card-content {
    color: #232323;
    margin-top: 1.5rem
}

.wk-card-footer {
    bottom: 1rem;
    display: flex;
    left: 1rem;
    position: absolute;
    right: 1rem
}

    .wk-card-footer .wk-dropdown {
        margin-left: auto
    }

        .wk-card-footer .wk-dropdown button.wk-dropdown-toggle {
            color: #005b92
        }

.wk-card-with-image .wk-card-favorite-button:focus, .wk-card-with-image .wk-card-favorite-button:focus-visible {
    outline-color: #fff;
    outline-offset: 0;
    outline-style: solid;
    outline-width: .125rem
}

    .wk-card-with-image .wk-card-favorite-button:focus:not(:focus-visible) {
        outline: 0
    }

.wk-card-with-image .wk-card-favorite-button .wk-icon-star, .wk-card-with-image .wk-card-favorite-button wk-icon[name=star], .wk-card-with-image .wk-card-select-label:before {
    color: #bfbfbf
}

.wk-card-with-image .wk-card-select-checkbox:checked + .wk-card-select-label:before {
    color: #fff
}

.wk-card-with-image .wk-card-select-checkbox:focus + .wk-card-select-label {
    outline-color: #fff;
    outline-offset: 0;
    outline-style: solid;
    outline-width: .125rem
}

.wk-card-with-image .wk-card-body {
    padding-top: 12.5rem
}

.wk-card-image-container {
    height: 10.5rem;
    overflow: hidden;
    position: absolute;
    top: 0
}

    .wk-card-image-container:before {
        transition: background-color .2s linear;
        transition-delay: 0ms;
        will-change: background-color;
        background-color: initial;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%
    }

    .wk-card-image-container .wk-card-image {
        height: 100%;
        width: 100%
    }

.wk-card-container {
    position: relative;
    background-color: #fff;
    border: 1px solid #dadada;
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    margin-bottom: 1rem
}

    .wk-card-container .wk-loading-circular-container {
        display: none
    }

    .wk-card-container.wk-is-loading .wk-loading-circular-container {
        display: flex
    }

    .wk-card-container .wk-dropdown {
        margin-left: auto
    }

        .wk-card-container .wk-dropdown button.wk-dropdown-toggle {
            color: #005b92
        }

.wk-card-container-header {
    padding: 2rem 2rem 1.375rem
}

    .wk-card-container-header + .wk-card-container-body {
        padding-top: 0
    }

.wk-card-container-body {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-start;
    padding: 2rem 2rem 1rem
}

.wk-card-container-footer {
    display: flex;
    padding: 1rem
}

    .wk-card-container-footer .wk-pagination {
        margin-left: auto;
        margin-right: auto
    }

    .wk-card-container-footer .wk-pagination-item:not(:first-child):not(:last-child) {
        display: none
    }

.wk-card-container-h-dividers .wk-card-container-body, .wk-card-container-v-dividers .wk-card-container-body {
    align-items: stretch;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    display: flex;
    padding: 0
}

.wk-card-container-h-dividers .wk-card-container-body-cell, .wk-card-container-v-dividers .wk-card-container-body-cell {
    flex: 1 1 auto;
    padding: 2rem
}

.wk-card-container-v-dividers .wk-card-container-body {
    flex-direction: row
}

.wk-card-container-v-dividers .wk-card-container-body-cell:not(:first-child) {
    border-left: 1px solid #dadada
}

.wk-card-container-h-dividers .wk-card-container-body {
    flex-direction: column
}

.wk-card-container-h-dividers .wk-card-container-body-cell:not(:first-child) {
    border-top: 1px solid #dadada
}

.wk-tag, .wk-tag *, .wk-tag-black, .wk-tag-black *, .wk-tag-black :after, .wk-tag-black :before, .wk-tag-blue, .wk-tag-blue *, .wk-tag-blue :after, .wk-tag-blue :before, .wk-tag-dark-blue, .wk-tag-dark-blue *, .wk-tag-dark-blue :after, .wk-tag-dark-blue :before, .wk-tag-dark-green, .wk-tag-dark-green *, .wk-tag-dark-green :after, .wk-tag-dark-green :before, .wk-tag-dark-orange, .wk-tag-dark-orange *, .wk-tag-dark-orange :after, .wk-tag-dark-orange :before, .wk-tag-dark-purple, .wk-tag-dark-purple *, .wk-tag-dark-purple :after, .wk-tag-dark-purple :before, .wk-tag-dark-text, .wk-tag-dark-text *, .wk-tag-dark-text-blue, .wk-tag-dark-text-blue *, .wk-tag-dark-text-blue :after, .wk-tag-dark-text-blue :before, .wk-tag-dark-text-dark-blue, .wk-tag-dark-text-dark-blue *, .wk-tag-dark-text-dark-blue :after, .wk-tag-dark-text-dark-blue :before, .wk-tag-dark-text-dark-green, .wk-tag-dark-text-dark-green *, .wk-tag-dark-text-dark-green :after, .wk-tag-dark-text-dark-green :before, .wk-tag-dark-text-green, .wk-tag-dark-text-green *, .wk-tag-dark-text-green :after, .wk-tag-dark-text-green :before, .wk-tag-dark-text-purple, .wk-tag-dark-text-purple *, .wk-tag-dark-text-purple :after, .wk-tag-dark-text-purple :before, .wk-tag-dark-text-red, .wk-tag-dark-text-red *, .wk-tag-dark-text-red :after, .wk-tag-dark-text-red :before, .wk-tag-dark-text :after, .wk-tag-dark-text :before, .wk-tag-green, .wk-tag-green *, .wk-tag-green :after, .wk-tag-green :before, .wk-tag-red, .wk-tag-red *, .wk-tag-red :after, .wk-tag-red :before, .wk-tag :after, .wk-tag :before {
    box-sizing: border-box
}

.wk-tag, .wk-tag-black, .wk-tag-blue, .wk-tag-dark-blue, .wk-tag-dark-green, .wk-tag-green, .wk-tag-orange, .wk-tag-purple, .wk-tag-red, .wk-tag-text, .wk-tag-text-blue, .wk-tag-text-dark-blue, .wk-tag-text-dark-green, .wk-tag-text-green, .wk-tag-text-purple, .wk-tag-text-red {
    background-color: #ededed;
    border-radius: .5rem;
    color: #000;
    display: inline-block;
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: 1;
    padding: .1875rem .5rem .125rem;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap
}

.wk-tag-blue {
    background-color: #007ac3;
    color: #fff
}

.wk-tag-red {
    background-color: #e5202e;
    color: #fff
}

.wk-tag-green {
    background-color: #85bc20;
    color: #000
}

.wk-tag-gray {
    background-color: #474747;
    color: #fff
}

.wk-tag-dark-green {
    background-color: #007261;
    color: #fff
}

.wk-tag-black {
    background-color: #474747;
    color: #fff
}

.wk-tag-dark-blue {
    background-color: #241866;
    color: #fff
}

.wk-tag-purple {
    background-color: #940c72;
    color: #fff
}

.wk-tag-orange {
    background-color: #ea8f00;
    color: #000
}

.wk-tag-text, .wk-tag-text-blue, .wk-tag-text-dark-blue, .wk-tag-text-dark-green, .wk-tag-text-green, .wk-tag-text-purple, .wk-tag-text-red {
    background-color: initial;
    border-radius: 0;
    color: #353535;
    padding: .1875rem 0 .125rem
}

.wk-tag-text-blue {
    color: #007ac3
}

.wk-tag-text-red {
    color: #e5202e
}

.wk-tag-text-green {
    color: #425e10
}

.wk-tag-text-dark-blue {
    color: #241866
}

.wk-tag-text-dark-green {
    color: #007261
}

.wk-tag-text-purple {
    color: #940c72
}

.wk-tag-group .wk-tag:not(:last-child) {
    margin-right: 1rem
}

.wk-form > .wk-field {
    margin-top: 1.5rem
}

    .wk-form > .wk-field ~ .wk-field {
        margin-top: 0
    }

.wk-form .wk-notification {
    margin-top: 1rem
}

.wk-form .wk-field-group {
    display: flex
}

    .wk-form .wk-field-group .wk-field + .wk-field {
        margin-left: 1rem
    }

.wk-form-legend {
    color: #353535;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3
}

    .wk-form-legend + .wk-field-helper {
        margin-top: .5rem
    }

.wk-form-buttons {
    margin-top: 1.5rem
}

    .wk-form-buttons .wk-button-expanded + .wk-button-expanded {
        margin-top: .5rem
    }

.wk-field, .wk-field *, .wk-field :after, .wk-field :before {
    box-sizing: border-box
}

    .wk-field button, .wk-field input, .wk-field optgroup, .wk-field select, .wk-field textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0
    }

[data-field-inlay-items="1"].wk-field.wk-field-secondary .wk-field-input, [data-field-inlay-items="1"].wk-field:not(.wk-field-secondary) .wk-field-input {
    padding-right: 2.5rem
}

[data-field-inlay-items="2"].wk-field.wk-field-secondary .wk-field-input, [data-field-inlay-items="2"].wk-field:not(.wk-field-secondary) .wk-field-input {
    padding-right: 5rem
}

[data-field-inlay-items="3"].wk-field.wk-field-secondary .wk-field-input, [data-field-inlay-items="3"].wk-field:not(.wk-field-secondary) .wk-field-input {
    padding-right: 7.5rem
}

[data-field-inlay-items="4"].wk-field.wk-field-secondary .wk-field-input, [data-field-inlay-items="4"].wk-field:not(.wk-field-secondary) .wk-field-input {
    padding-right: 10rem
}

[data-field-inlay-items="5"].wk-field.wk-field-secondary .wk-field-input, [data-field-inlay-items="5"].wk-field:not(.wk-field-secondary) .wk-field-input {
    padding-right: 12.5rem
}

[data-field-inlay-items="1"].wk-field.wk-field-secondary .wk-field-select, [data-field-inlay-items="1"].wk-field.wk-field-small.wk-field-secondary .wk-field-select, [data-field-inlay-items="1"].wk-field.wk-field-small:not(.wk-field-secondary) .wk-field-select, [data-field-inlay-items="1"].wk-field:not(.wk-field-secondary) .wk-field-select {
    padding-right: 4.5rem
}

[data-field-inlay-items="2"].wk-field.wk-field-secondary .wk-field-select, [data-field-inlay-items="2"].wk-field.wk-field-small.wk-field-secondary .wk-field-select, [data-field-inlay-items="2"].wk-field.wk-field-small:not(.wk-field-secondary) .wk-field-select, [data-field-inlay-items="2"].wk-field:not(.wk-field-secondary) .wk-field-select {
    padding-right: 7rem
}

[data-field-inlay-items="3"].wk-field.wk-field-secondary .wk-field-select, [data-field-inlay-items="3"].wk-field.wk-field-small.wk-field-secondary .wk-field-select, [data-field-inlay-items="3"].wk-field.wk-field-small:not(.wk-field-secondary) .wk-field-select, [data-field-inlay-items="3"].wk-field:not(.wk-field-secondary) .wk-field-select {
    padding-right: 9.5rem
}

[data-field-inlay-items="4"].wk-field.wk-field-secondary .wk-field-select, [data-field-inlay-items="4"].wk-field.wk-field-small.wk-field-secondary .wk-field-select, [data-field-inlay-items="4"].wk-field.wk-field-small:not(.wk-field-secondary) .wk-field-select, [data-field-inlay-items="4"].wk-field:not(.wk-field-secondary) .wk-field-select {
    padding-right: 12rem
}

[data-field-inlay-items="5"].wk-field.wk-field-secondary .wk-field-select, [data-field-inlay-items="5"].wk-field.wk-field-small.wk-field-secondary .wk-field-select, [data-field-inlay-items="5"].wk-field.wk-field-small:not(.wk-field-secondary) .wk-field-select, [data-field-inlay-items="5"].wk-field:not(.wk-field-secondary) .wk-field-select {
    padding-right: 14.5rem
}

.wk-field {
    color: #757575;
    font-size: .875rem;
    line-height: 1.2857142857;
    margin-bottom: 1rem
}

    .wk-field:not(.wk-field-secondary) .wk-field-input:focus, .wk-field:not(.wk-field-secondary) .wk-field-select:focus {
        box-shadow: inset 0 0 0 .0625rem #000;
        outline: 0
    }

        .wk-field:not(.wk-field-secondary) .wk-field-input:focus:not(:focus-visible), .wk-field:not(.wk-field-secondary) .wk-field-select:focus:not(:focus-visible) {
            outline: 0
        }

    .wk-field:not(.wk-field-secondary) .wk-field-input:focus-visible, .wk-field:not(.wk-field-secondary) .wk-field-select:focus-visible {
        box-shadow: inset 0 0 0 .0625rem #000;
        outline: 0
    }

    .wk-field:not(.wk-field-secondary) .wk-field-input:hover:not(:focus), .wk-field:not(.wk-field-secondary) .wk-field-select:hover:not(:focus) {
        box-shadow: inset 0 0 0 .0625rem #005b92
    }

    .wk-field.wk-field-secondary .wk-field-input:focus, .wk-field.wk-field-secondary .wk-field-select:focus {
        box-shadow: inset 0 -.0625rem 0 0 #000;
        outline: 0
    }

        .wk-field.wk-field-secondary .wk-field-input:focus:not(:focus-visible), .wk-field.wk-field-secondary .wk-field-select:focus:not(:focus-visible) {
            outline: 0
        }

    .wk-field.wk-field-secondary .wk-field-input:focus-visible, .wk-field.wk-field-secondary .wk-field-select:focus-visible {
        box-shadow: inset 0 -.0625rem 0 0 #000;
        outline: 0
    }

    .wk-field.wk-field-secondary .wk-field-input:hover:not(:focus):not(:focus-visible), .wk-field.wk-field-secondary .wk-field-select:hover:not(:focus):not(:focus-visible) {
        box-shadow: inset 0 -.0625rem 0 0 #005b92
    }

.wk-field-header {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.wk-field-label, .wk-field-status, .wk-field-tip {
    margin-bottom: .25rem
}

.wk-field-label {
    color: #353535;
    font-weight: 500
}

    .wk-field-label.wk-field-label-hidden {
        border: 0;
        clip: rect(1px,1px,1px,1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: .0625rem;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }

.wk-field-tip {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    font-weight: 400
}

.wk-input-hidden, .wk-select-hidden {
    display: none
}

.wk-field-input, .wk-field-select {
    background-color: #fff;
    border: .0625rem solid #757575;
    border-radius: 0;
    color: #232323;
    font-size: 1rem;
    line-height: 1.25;
    height: 2.5rem;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%
}

    .wk-field-input:hover:not(:focus), .wk-field-select:hover:not(:focus) {
        border-color: #005b92
    }

    .wk-field-input:focus, .wk-field-select:focus {
        border-color: #000
    }

.wk-field-input {
    padding-left: 1rem;
    padding-right: 1rem
}

.wk-field-select {
    padding-left: 1rem;
    padding-right: 2.5rem
}

.wk-field-secondary .wk-field-input, .wk-field-secondary .wk-field-input:focus, .wk-field-secondary .wk-field-input:hover, .wk-field-secondary .wk-field-select, .wk-field-secondary .wk-field-select:focus, .wk-field-secondary .wk-field-select:hover {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    padding-left: 0
}

    .wk-field-secondary .wk-field-input, .wk-field-secondary .wk-field-input:focus, .wk-field-secondary .wk-field-input:hover {
        padding-right: 0
    }

    .wk-field-secondary .wk-field-select, .wk-field-secondary .wk-field-select:focus, .wk-field-secondary .wk-field-select:hover {
        padding-right: 2rem
    }

.wk-field-small .wk-field-input, .wk-field-small .wk-field-select {
    font-size: .875rem;
    line-height: 1.2857142857;
    height: 2rem
}

.wk-field-small:not(.wk-field-secondary) .wk-field-input {
    padding-left: .5rem;
    padding-right: .5rem
}

.wk-field-small:not(.wk-field-secondary) .wk-field-select {
    padding-left: .5rem;
    padding-right: 2.5rem
}

.wk-field-small .wk-field-input-textarea {
    height: 5.625rem
}

.wk-field-small .wk-field-icon.wk-field-check-mark-icon {
    margin: 0
}

.wk-field-success .wk-field-input:not(:hover):not(:focus), .wk-field-success .wk-field-select:not(:hover):not(:focus) {
    border-color: #648d18
}

.wk-field-success :not(.wk-field-secondary) .wk-field-input:not(:hover):not(:focus), .wk-field-success :not(.wk-field-secondary) .wk-field-select:not(:hover):not(:focus) {
    box-shadow: inset 0 0 0 .0625rem #648d18
}

.wk-field-success.wk-field-secondary .wk-field-input:not(:hover):not(:focus), .wk-field-success.wk-field-secondary .wk-field-select:not(:hover):not(:focus) {
    box-shadow: inset 0 -.0625rem 0 0 #648d18
}

.wk-field-errored .wk-field-input:not(:hover):not(:focus), .wk-field-errored .wk-field-select:not(:hover):not(:focus) {
    border-color: #e5202e
}

.wk-field-errored:not(.wk-field-secondary) .wk-field-input:not(:hover):not(:focus), .wk-field-errored:not(.wk-field-secondary) .wk-field-select:not(:hover):not(:focus) {
    box-shadow: inset 0 0 0 .0625rem #e5202e
}

.wk-field-errored.wk-field-secondary .wk-field-input:not(:hover):not(:focus), .wk-field-errored.wk-field-secondary .wk-field-select:not(:hover):not(:focus) {
    box-shadow: inset 0 -.0625rem 0 0 #e5202e
}

.wk-field-password .wk-field-password-toggle-button {
    border: 0;
    padding: 0
}

.wk-field-password .wk-field-body .wk-field-password-toggle-button {
    position: absolute;
    top: -1.25rem;
    right: 0
}

.wk-field-error, .wk-field-required-indicator {
    color: #e5202e
}

.wk-field-error {
    margin-top: .25rem
}

.wk-field-required-indicator {
    margin-left: .5rem
}

.wk-field-body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative
}

.wk-field-inlay {
    align-items: center;
    bottom: 0;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: .5rem;
    margin-right: .5rem
}

.wk-field-secondary .wk-field-inlay, .wk-field-small:not(.wk-field-secondary) .wk-field-inlay {
    margin-right: 0
}

.wk-field-inlay .wk-field-button, .wk-field-inlay .wk-field-icon {
    color: #232323;
    margin-left: 0;
    margin-right: 0
}

    .wk-field-inlay .wk-field-button:not(:first-child), .wk-field-inlay .wk-field-icon:not(:first-child) {
        margin-left: .5rem
    }

.wk-field-small .wk-field-inlay .wk-field-button:not(:first-child), .wk-field-small .wk-field-inlay .wk-field-icon:not(:first-child), .wk-field-small.wk-field-secondary .wk-field-inlay .wk-field-button:not(:first-child), .wk-field-small.wk-field-secondary .wk-field-inlay .wk-field-icon:not(:first-child) {
    margin-left: .25rem
}

.wk-field-inlay > .wk-button {
    z-index: 1040
}

    .wk-field-inlay > .wk-button:focus, .wk-field-inlay > .wk-button:hover, .wk-field-inlay > .wk-button[disabled]:focus, .wk-field-inlay > .wk-button[disabled]:hover {
        color: #232323
    }

    .wk-field-inlay > .wk-button.wk-input-hidden {
        display: none
    }

.wk-field-inlay > wk-icon {
    padding: .5rem
}

.wk-field-inlay .wk-field-icon {
    font-size: 1rem;
    line-height: 1;
    padding: .5rem;
    width: auto
}

    .wk-field-inlay .wk-field-icon.wk-field-check-mark-icon {
        color: #648d18;
        padding: 0
    }

.wk-field-inlay > button:only-child:not(:disabled) {
    color: #757575
}

.wk-field-helper {
    margin-bottom: .5rem
}

.wk-field-status > .wk-button {
    padding: 0;
    margin: 0
}

.wk-field-input:required {
    box-shadow: none
}

.wk-field-is-disabled, fieldset[disabled] {
    opacity: .5;
    pointer-events: none
}

.wk-field-input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: textfield;
    color: #232323
}

    .wk-field-input[type=search]::placeholder {
        color: #474747;
        font-weight: 300
    }

    .wk-field-input[type=search]::-ms-clear {
        display: none
    }

    .wk-field-input[type=search]::-webkit-search-cancel-button, .wk-field-input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

.wk-field-input[readonly] {
    background-color: #ededed
}

.wk-field-input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: initial
}

    .wk-field-input::placeholder {
        color: #474747;
        font-weight: 300
    }

.wk-field-input-textarea {
    height: 8.625rem;
    overflow-y: auto;
    padding-bottom: .5625rem;
    padding-top: .5625rem;
    resize: vertical
}

    .wk-field-errored .wk-field-input-textarea, .wk-field-input-textarea:focus, .wk-field-input-textarea:hover, .wk-field-success .wk-field-input-textarea {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

.wk-field-input.wk-field-input-textarea {
    white-space: pre-wrap
}

.wk-field-textarea .wk-field-body > slot {
    width: 100%
}

.wk-field-extra-large .wk-field-input {
    height: 3rem
}

.wk-input .wk-field-body > slot, .wk-password-input .wk-field-body > slot, .wk-search-input .wk-field-body > slot {
    width: 100%
}

.wk-field-select {
    -webkit-appearance: none
}

    .wk-field-select::-ms-expand {
        display: none
    }

    .wk-field-select:-moz-focusring {
        text-shadow: 0 0 0 #232323;
        color: transparent
    }

.wk-field-custom-select .wk-field-inlay {
    margin-right: 2.5rem
}

.wk-field-custom-select.wk-field-small .wk-field-inlay {
    margin-right: 2rem
}

.wk-field-custom-select.wk-field-secondary .wk-field-inlay, .wk-field-custom-select.wk-field-small.wk-field-secondary .wk-field-inlay {
    margin-right: 1.5rem
}

.wk-field-select-container {
    width: 100%
}

    .wk-field-select-container:after {
        color: #353535;
        content: "\eaf3";
        font-family: wk-icons,sans-serif;
        line-height: 1;
        padding: .5625rem;
        position: absolute;
        right: .5rem;
        pointer-events: none;
        top: .25rem
    }

.wk-field-small .wk-field-select-container:after {
    right: 0;
    top: 0
}

.wk-field-secondary .wk-field-select-container:after {
    padding-right: 0;
    right: 0
}

.wk-field-choice-label {
    display: inline-flex;
    font-size: 1rem;
    line-height: 1.25;
    padding-bottom: .5rem;
    padding-top: .5rem
}

    .wk-field-choice-label:first-child {
        padding-top: .25rem
    }

@media (min-width:48rem) {
    .wk-field-choice-label {
        padding-bottom: .25rem;
        padding-top: .25rem
    }
}

.wk-field-choice-text {
    color: #353535;
    cursor: pointer;
    margin-left: 0;
    padding-left: 1.5rem;
    position: relative
}

    .wk-field-choice-text:before {
        background-color: #fff;
        border: .0625rem solid #757575;
        content: "";
        cursor: pointer;
        height: 1rem;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateY(-.0625rem);
        width: 1rem
    }

.wk-field-choice[type=checkbox], .wk-field-choice[type=radio] {
    clip: rect(0,0,0,0);
    position: absolute
}

    .wk-field-choice[type=checkbox]:focus + .wk-field-choice-text:before, .wk-field-choice[type=radio]:focus + .wk-field-choice-text:before {
        box-shadow: 0 0 0 .125rem #000;
        outline: 0
    }

    .wk-field-choice[type=checkbox]:enabled:checked + .wk-field-choice-text:before, .wk-field-choice[type=radio]:enabled:checked + .wk-field-choice-text:before {
        background-color: #005b92;
        border-color: #005b92
    }

    .wk-field-choice[type=checkbox]:disabled + .wk-field-choice-text, .wk-field-choice[type=radio]:disabled + .wk-field-choice-text {
        opacity: .5;
        cursor: auto
    }

        .wk-field-choice[type=checkbox]:disabled + .wk-field-choice-text:before, .wk-field-choice[type=radio]:disabled + .wk-field-choice-text:before {
            cursor: auto
        }

    .wk-field-choice[type=checkbox]:checked + .wk-field-choice-text:after {
        border: 0;
        border-left: .0625rem solid #fff;
        border-bottom: .0625rem solid #fff;
        content: "";
        height: .25rem;
        left: .4375rem;
        position: absolute;
        top: 50%;
        transform: rotate(-45deg) translateY(-50%) translateY(-.1875rem);
        width: .5rem
    }

    .wk-field-choice[type=checkbox].wk-field-choice-half-checked:checked + .wk-field-choice-text:after {
        border: 0;
        border-left: 0;
        border-bottom: .0625rem solid #fff;
        content: "";
        height: .25rem;
        left: .25rem;
        position: absolute;
        top: 50%;
        transform: rotate(0) translateY(-50%) translateY(-.125rem);
        width: .5rem
    }

    .wk-field-choice[type=radio] + .wk-field-choice-text:before {
        border-radius: 50%
    }

    .wk-field-choice[type=radio]:checked + .wk-field-choice-text:after {
        border: .125rem solid #fff;
        border-radius: 50%;
        content: "";
        height: 0;
        left: .375rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateY(-.0625rem);
        width: 0
    }

.wk-field-choice:checked:disabled + .wk-field-choice-text:after, .wk-field-choice:checked:disabled.wk-field-choice-half-checked + .wk-field-choice-text:after {
    border-color: #757575
}

@media (min-width:37.5rem) {
    .wk-field-horizontal-choices .wk-field-body {
        flex-direction: row
    }
}

.wk-field-horizontal-choices .wk-field-choice-label {
    display: flex
}

@media (min-width:37.5rem) {
    .wk-field-horizontal-choices .wk-field-choice-label {
        padding-bottom: .25rem;
        padding-top: .25rem
    }
}

.wk-field-horizontal-choices .wk-field-choice-text {
    margin-right: 1rem
}

.wk-field-small .wk-field-choice-label {
    font-size: .875rem;
    line-height: 1.2857142857
}

.wk-field-input-file {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.wk-field-input-file-label {
    align-self: flex-start;
    margin-bottom: 1rem
}

.wk-field-input-file:focus + .wk-field-input-file-text {
    outline-color: #000;
    outline-offset: 0;
    outline-style: solid;
    outline-width: .125rem;
    z-index: 1
}

.wk-field-input-file[disabled] + .wk-field-input-file-text {
    cursor: default;
    opacity: .5
}

    .wk-field-input-file[disabled] + .wk-field-input-file-text:hover {
        background-color: initial;
        color: #007ac3
    }

.wk-field-files-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0 0 .25rem
}

.wk-field-file.wk-pill {
    margin-bottom: 0
}

.wk-field-file .wk-field-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 14.625rem;
    height: 1.125rem
}

.wk-field-file.wk-field-file-error {
    border: 1px solid #e5202e;
    padding-right: 1.625rem
}

    .wk-field-file.wk-field-file-error, .wk-field-file.wk-field-file-error:focus, .wk-field-file.wk-field-file-error:hover {
        color: #e5202e;
        background-color: #fff
    }

.wk-field-file:hover {
    text-decoration: none
}

.wk-field-file:focus {
    box-shadow: 0 0 0 .125rem #000;
    outline: 0
}

    .wk-field-file:focus:not(:focus-visible) {
        outline: 0
    }

.wk-field-file:focus-visible {
    box-shadow: 0 0 0 .125rem #000;
    outline: 0
}

.wk-field-file .wk-button-icon {
    padding: 0;
    color: #353535
}

.wk-field-file .wk-icon-filled-check {
    color: #648d18
}

.wk-pills-container {
    width: 100%;
    max-width: 20rem
}

@media (min-width:20rem) {
    .wk-pills-container {
        max-width: 23.4375rem
    }
}

@media (min-width:23.4375rem) {
    .wk-pills-container {
        max-width: 37.5rem
    }
}

@media (min-width:37.5rem) {
    .wk-pills-container {
        max-width: 48rem
    }
}

@media (min-width:48rem) {
    .wk-pills-container {
        max-width: 64rem
    }
}

@media (min-width:64rem) {
    .wk-pills-container {
        max-width: 75rem
    }
}

@media (min-width:75rem) {
    .wk-pills-container {
        max-width: 90rem
    }
}

.wk-pill, .wk-pill *, .wk-pill :after, .wk-pill :before {
    box-sizing: border-box
}

.wk-element-hidden .wk-pill {
    animation: wk-pill-disappear .3s cubic-bezier(.4,0,.2,1) forwards
}

    .wk-element-hidden .wk-pill [class*=" wk-icon-"], .wk-element-hidden .wk-pill [class^=wk-icon-] {
        animation: wk-pill-icon-disappear .2s cubic-bezier(.4,0,.2,1) forwards
    }

@keyframes wk-pill-icon-disappear {
    0% {
        opacity: 1;
        transform: none
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translateX(-20px) rotate(-90deg)
    }
}

.wk-element-hidden .wk-pill .pill-text {
    animation: wk-pill-text .15s cubic-bezier(.4,0,.2,1) 50ms forwards;
    white-space: nowrap;
    overflow: hidden
}

@keyframes wk-pill-text {
    0% {
        max-width: 100%
    }

    to {
        max-width: 32px
    }
}

@keyframes wk-pill-disappear {
    0% {
        transform: scale(1);
        width: auto
    }

    33% {
        transform: scale(1);
        width: auto
    }

    66% {
        transform: scale(1)
    }

    83% {
        width: 32px
    }

    to {
        transform: scale(0);
        width: 32px
    }
}

.wk-pill {
    background-color: #ededed;
    border: 0;
    border-radius: 1rem;
    color: #353535;
    display: inline-flex;
    font-size: .875rem;
    line-height: 1.2857142857;
    margin-bottom: .5rem;
    padding: .4375rem .5rem .4375rem 1rem;
    align-items: center
}

    .wk-pill:hover {
        background-color: #dadada;
        color: #353535;
        cursor: pointer
    }

    .wk-pill:focus {
        color: #353535;
        z-index: 1;
        box-shadow: 0 0 0 .125rem #000;
        outline: 0
    }

        .wk-pill:focus:not(:focus-visible) {
            outline: 0
        }

    .wk-pill:focus-visible {
        box-shadow: 0 0 0 .125rem #000;
        outline: 0
    }

    .wk-pill [class*=" wk-icon-"], .wk-pill [class^=wk-icon-] {
        font-size: 1rem;
        margin-left: .5rem;
        margin-right: 0;
        width: auto
    }

    .wk-pill .pill-text {
        position: relative;
        top: .0625rem
    }

    .wk-pill.wk-pill-disabled, .wk-pill:disabled {
        opacity: .5;
        pointer-events: none
    }

        .wk-pill.wk-pill-disabled:hover, .wk-pill:disabled:hover {
            background-color: #ededed
        }

        .wk-pill.wk-pill-disabled:focus, .wk-pill:disabled:focus {
            box-shadow: none
        }

.wk-pills-group {
    align-items: baseline;
    display: inline-flex;
    flex-wrap: wrap
}

    .wk-pills-group .wk-pill + .wk-pill {
        margin-left: 1rem
    }

.wk-pill-label {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: .0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.wk-avatar, .wk-avatar *, .wk-avatar :after, .wk-avatar :before, .wk-fishbowl, .wk-fishbowl *, .wk-fishbowl :after, .wk-fishbowl :before {
    box-sizing: border-box
}

.wk-avatar, .wk-fishbowl {
    align-items: center;
    display: inline-flex;
    background: transparent;
    border: none;
    padding: 0 1rem
}

    .wk-avatar:focus, .wk-avatar:focus-visible, .wk-fishbowl:focus, .wk-fishbowl:focus-visible {
        outline-color: #000;
        outline-offset: 0;
        outline-style: solid;
        outline-width: .125rem
    }

        .wk-avatar:focus:not(:focus-visible), .wk-fishbowl:focus:not(:focus-visible) {
            outline: 0
        }

    .wk-avatar:hover, .wk-fishbowl:hover {
        text-decoration: none
    }

.wk-avatar {
    padding: 0
}

    .wk-avatar.wk-avatar-extra-small .wk-fishbowl-user-thumb {
        line-height: 1.5;
        height: 1.5rem;
        width: 1.5rem
    }

    .wk-avatar.wk-avatar-extra-small .wk-fishbowl-user-thumb-default [class*=wk-icon], .wk-avatar.wk-avatar-extra-small .wk-fishbowl-user-thumb-default wk-icon {
        font-size: 1.25rem
    }

    .wk-avatar.wk-avatar-large .wk-fishbowl-user-thumb {
        line-height: 2.5;
        height: 2.5rem;
        width: 2.5rem
    }

    .wk-avatar.wk-avatar-large .wk-fishbowl-user-thumb-default [class*=wk-icon], .wk-avatar.wk-avatar-large .wk-fishbowl-user-thumb-default wk-icon {
        font-size: 2.25rem
    }

    .wk-avatar.wk-avatar-extra-large .wk-fishbowl-user-thumb {
        line-height: 4;
        height: 4rem;
        width: 4rem
    }

    .wk-avatar.wk-avatar-extra-large .wk-fishbowl-user-thumb-default [class*=wk-icon], .wk-avatar.wk-avatar-extra-large .wk-fishbowl-user-thumb-default wk-icon {
        font-size: 3.75rem
    }

    .wk-avatar.wk-avatar-extreme-large .wk-fishbowl-user-thumb {
        line-height: 5;
        height: 5rem;
        width: 5rem
    }

    .wk-avatar.wk-avatar-extreme-large .wk-fishbowl-user-thumb-default [class*=wk-icon], .wk-avatar.wk-avatar-extreme-large .wk-fishbowl-user-thumb-default wk-icon {
        font-size: 4.75rem
    }

.wk-fishbowl-description {
    margin-right: .5rem;
    text-align: right;
    font-size: .75rem;
    line-height: 1.3333333333;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-around
}

@media (max-width:63.9375rem) {
    .wk-fishbowl-description-hide-on-mobile {
        display: none
    }
}

.wk-fishbowl-user-name {
    color: #353535;
    display: inline-block;
    padding-top: .25rem
}

    .wk-fishbowl-user-name:only-child {
        padding: .5rem 0
    }

.wk-fishbowl-organization-name {
    color: #757575;
    display: inline-block;
    padding-bottom: .25rem
}

.wk-fishbowl-user-thumb {
    display: inline-block;
    border-radius: 100%;
    height: 2rem;
    line-height: 2;
    overflow: hidden;
    margin: .25rem 0;
    width: 2rem
}

    .wk-fishbowl-user-thumb:only-child {
        margin: 0
    }

    .wk-fishbowl-user-thumb img {
        width: inherit;
        height: inherit;
        object-fit: cover
    }

.wk-fishbowl-thumbs {
    align-items: center;
    display: flex
}

.wk-fishbowl-user-thumb-default {
    border: .125rem solid #dadada;
    background: #dadada
}

    .wk-fishbowl-user-thumb-default [class*=wk-icon], .wk-fishbowl-user-thumb-default wk-icon {
        margin: -.125rem 0 0;
        font-size: 1.75rem;
        color: #757575
    }

.wk-fishbowl-organization-thumb {
    display: inline-block;
    background-color: #940c72;
    border-radius: 50%;
    border: .125rem solid #fff;
    height: 1.625rem;
    margin: 0 0 0 -.5rem;
    overflow: hidden;
    width: 1.625rem
}

    .wk-fishbowl-organization-thumb:before {
        content: attr(data-abbr);
        display: block;
        position: absolute;
        width: 1.375rem;
        height: 1.375rem;
        color: #fff;
        font-size: .75rem;
        font-weight: 500;
        line-height: 1;
        padding: .3125rem 0;
        text-align: center;
        text-transform: uppercase
    }

    .wk-fishbowl-organization-thumb .wk-fishbowl-organization-img {
        height: 1.375rem;
        object-fit: cover;
        position: relative;
        width: 1.375rem
    }

.wk-split-button {
    display: inline-flex
}

    .wk-split-button .wk-dropdown.wk-is-open .wk-split-button-secondary {
        background-color: #005b92
    }

    .wk-split-button .wk-dropdown.wk-is-open .wk-dropdown-toggle-icon {
        transform: rotate(180deg)
    }

    .wk-split-button .wk-split-button-primary {
        padding: .625rem .9375rem
    }

    .wk-split-button .wk-split-button-secondary {
        display: flex;
        padding: .6875rem
    }

        .wk-split-button .wk-split-button-secondary:active .wk-dropdown-toggle-icon {
            transform: rotate(180deg)
        }

    .wk-split-button .wk-button.wk-dropdown-toggle:not(:focus-visible):before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: .0625rem;
        background-color: #fff;
        z-index: 0
    }

    .wk-split-button:not(.wk-split-button-ghost) .wk-dropdown.wk-is-open .wk-dropdown-toggle {
        color: #fff
    }

    .wk-split-button.wk-split-button-ghost .wk-button.wk-split-button-primary {
        border-right-color: transparent
    }

        .wk-split-button.wk-split-button-ghost .wk-button.wk-split-button-primary:focus-visible {
            border-right-color: #005b92
        }

        .wk-split-button.wk-split-button-ghost .wk-button.wk-split-button-primary:hover {
            border-right-color: transparent
        }

    .wk-split-button.wk-split-button-ghost .wk-dropdown.wk-is-open .wk-split-button-secondary {
        color: #fff
    }

    .wk-split-button.wk-split-button-ghost .wk-button.wk-dropdown-toggle:not(:focus-visible):before {
        background-color: initial;
        border-color: #005b92;
        border-style: solid;
        border-width: .0625rem 0;
        left: -1px
    }

    .wk-split-button.wk-split-button-small .wk-split-button-primary {
        padding: .375rem .9375rem
    }

    .wk-split-button.wk-split-button-small .wk-split-button-secondary {
        padding: .4375rem
    }

    .wk-split-button.wk-split-button-disabled .wk-split-button-primary, .wk-split-button.wk-split-button-disabled .wk-split-button-secondary {
        opacity: .5;
        pointer-events: none;
        color: hsla(0,0%,100%,.5)
    }

        .wk-split-button.wk-split-button-disabled .wk-split-button-primary:hover, .wk-split-button.wk-split-button-disabled .wk-split-button-secondary:hover {
            background-color: #007ac3;
            border-color: transparent
        }

.wk-notification {
    color: #232323;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    border: .0625rem solid #474747;
    border-left-width: .25rem;
    margin-bottom: 1.25rem;
    padding: 1rem 3.25rem;
    position: relative;
    word-wrap: break-word;
    display: none;
    opacity: 1;
    transform: translateY(0);
    max-height: 100%;
    transition: opacity .15s cubic-bezier(0,0,.2,1),transform .15s cubic-bezier(0,0,.2,1),max-height .15s cubic-bezier(0,0,.2,1);
    will-change: opacity,transform,max-height
}

    .wk-notification.wk-element-hidden {
        opacity: 0;
        transform: translateY(50%);
        max-height: 0
    }

    .wk-notification.wk-is-open {
        display: block
    }

    .wk-notification.wk-is-open:not(.wk-notification-toast) {
        animation-name: none !important;
    }

    .wk-notification > [class*=wk-icon], .wk-notification > wk-icon {
        left: 1rem;
        margin-left: 0;
        margin-right: 0;
        top: 1rem;
        position: absolute
    }

.wk-notification .wk-notification-dismiss {
    color: #757575;
    position: absolute;
    right: 0;
    top: 0
}

.wk-notification .wk-notification-dismiss:hover {
    color: #757575
}

.wk-notification .wk-notification-actions {
    margin-top: .5rem;
    margin-left: -1rem
}

.wk-notification:focus {
    outline-style: solid;
    outline-width: .0625rem
}

.wk-notification-info {
    border-color: #007ac3;
    color: #007ac3
}

    .wk-notification-info:focus {
        outline-color: #007ac3
    }

    .wk-notification-info[class*=wk-icon]:before {
        color: #007ac3
    }

.wk-notification-success {
    border-color: #648d18;
    color: #648d18
}

    .wk-notification-success:focus {
        outline-color: #648d18
    }

    .wk-notification-success[class*=wk-icon]:before {
        color: #648d18
    }

.wk-notification-warning {
    border-color: #ea8f00;
    color: #ea8f00
}

    .wk-notification-warning:focus {
        outline-color: #ea8f00
    }

    .wk-notification-warning[class*=wk-icon]:before {
        color: #ea8f00
    }

.wk-notification-error {
    border-color: #e5202e;
    color: #e5202e
}

    .wk-notification-error:focus {
        outline-color: #e5202e
    }

    .wk-notification-error[class*=wk-icon]:before {
        color: #e5202e
    }

.wk-notification-toast {
    box-shadow: 0 .75rem 1.5rem 0 rgba(0,0,0,.1);
    padding: 2rem 3rem 2rem 3.25rem;
    position: fixed;
    right: 1rem;
    top: 1rem;
    width: calc(100% - 2rem);
    z-index: 9999;
    opacity: 1;
    transform: translateX(0);
    transition: opacity .2s cubic-bezier(0,0,.2,1);
    transition-delay: .1s;
    will-change: opacity;
    transition: transform .3s cubic-bezier(0,0,.2,1);
    transition-delay: 0ms;
    will-change: transform;
    transition-property: opacity,transform
}

    .wk-notification-toast [class*=wk-icon], .wk-notification-toast wk-icon {
        top: 2rem
    }

@media (min-width:37.5rem) {
    .wk-notification-toast {
        width: 21rem
    }
}

.wk-notification-toast.wk-element-hidden {
    opacity: 0;
    transform: translateX(150%);
    transition: opacity .15s cubic-bezier(0,0,.2,1);
    will-change: opacity;
    transition: transform .3s cubic-bezier(0,0,.2,1);
    transition-delay: 0ms;
    will-change: transform;
    transition-property: opacity,transform
}

.wk-notification-toast-container {
    position: fixed;
    top: 1rem;
    right: 1rem
}

    .wk-notification-toast-container .wk-notification-toast {
        position: relative
    }

wk-icon {
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    display: inline-block
}

.wk-spin {
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.wk-dropdown, .wk-dropdown *, .wk-dropdown :after, .wk-dropdown :before {
    box-sizing: border-box
}

.wk-dropdown {
    display: inline-block;
    position: relative
}

    .wk-dropdown .wk-dropdown-menu {
        background-color: #fff;
        border: .0625rem solid #dadada;
        box-shadow: 0 .375rem .75rem 0 rgba(0,0,0,.1);
        display: none;
        min-width: 11.25rem;
        padding: .25rem 0;
        position: absolute;
        z-index: 1040;
        top: 100%;
        left: 0
    }

@media (max-width:47.9375rem) {
    .wk-dropdown .wk-dropdown-menu {
        bottom: 0;
        left: 0;
        margin-top: 0;
        overflow: auto;
        padding: 0;
        position: fixed;
        right: 0;
        top: 0
    }
}

.wk-dropdown .wk-dropdown-menu.wk-dropdown-left {
    left: 0
}

.wk-dropdown .wk-dropdown-menu.wk-dropdown-right {
    right: 0;
    left: auto
}

@media (max-width:47.9375rem) {
    .wk-dropdown .wk-dropdown-menu.wk-dropdown-right {
        left: 0
    }
}

.wk-dropdown .wk-dropdown-menu.wk-dropdown-up {
    bottom: 100%;
    top: auto
}

.wk-dropdown .wk-dropdown-menu.wk-is-open {
    display: block
}

.wk-dropdown .wk-dropdown-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.wk-dropdown .wk-dropdown-menu dl, .wk-dropdown .wk-dropdown-menu ul {
    max-height: 37.5rem;
    overflow-y: auto
}

.wk-dropdown .wk-dropdown-menu dl, .wk-dropdown .wk-dropdown-menu li:not(.wk-dropdown-item,.wk-dropdown-divider) {
    margin: 0;
    padding: 0
}

.wk-dropdown .wk-dropdown-menu dd, .wk-dropdown .wk-dropdown-menu dt {
    display: block;
    margin: 0
}

.wk-dropdown .wk-dropdown-menu.wk-dropdown-has-search {
    padding-top: 0
}

    .wk-dropdown .wk-dropdown-menu.wk-dropdown-has-search [class*=wk-icon-search], .wk-dropdown .wk-dropdown-menu.wk-dropdown-has-search wk-icon[name*=search] {
        color: #353535
    }

    .wk-dropdown .wk-dropdown-menu.wk-dropdown-has-search .wk-field {
        margin-bottom: 0;
        padding: 1rem 1rem .5rem
    }

    .wk-dropdown .wk-dropdown-menu.wk-dropdown-has-search .wk-field-body {
        display: block
    }

.wk-dropdown .wk-dropdown-menu .wk-dropdown-submenu {
    position: absolute;
    left: 100%;
    top: 0
}

@media (max-width:47.9375rem) {
    .wk-dropdown .wk-dropdown-menu .wk-dropdown-submenu {
        left: 0;
        top: auto;
        padding-left: 1rem;
        border: none;
        box-shadow: none;
        position: relative
    }
}

.wk-dropdown .wk-dropdown-menu .wk-dropdown-submenu.wk-dropdown-submenu-invert {
    left: -100%
}

.wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option {
    position: relative
}

    .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: .6428571429;
        right: 1rem;
        pointer-events: none
    }

        .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions > [class*=wk-icon] {
            font-size: .75rem
        }

        .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions > [class*=wk-icon-chevron-down], .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions > [class*=wk-icon-chevron-up], .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions > wk-icon[name*=chevron-down], .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions > wk-icon[name*=chevron-up] {
            display: none
        }

@media (max-width:47.9375rem) {
    .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions > [class*=wk-icon-chevron-right], .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions > wk-icon[name*=chevron-right] {
        display: none
    }

    .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions > [class*=wk-icon-chevron-down], .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions > [class*=wk-icon-chevron-up], .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions > wk-icon[name*=chevron-down], .wk-dropdown .wk-dropdown-menu .wk-dropdown-has-submenu > .wk-dropdown-submenu-option > .wk-dropdown-submenu-actions > wk-icon[name*=chevron-up] {
        display: inherit
    }
}

.wk-dropdown .wk-dropdown-menu-container {
    width: 100%
}

.wk-dropdown.wk-dropdown-hover .wk-dropdown-has-submenu:hover > .wk-dropdown-menu, .wk-dropdown.wk-dropdown-hover:hover > .wk-dropdown-menu, .wk-dropdown.wk-is-open > .wk-dropdown-menu, .wk-dropdown.wk-is-open [class=wk-dropdown-menu] {
    display: block
}

.wk-dropdown.wk-is-open .wk-dropdown-toggle {
    color: #353535
}

    .wk-dropdown.wk-is-open .wk-dropdown-toggle.wk-has-update:after {
        display: none
    }

.wk-dropdown.wk-dropdown-left .wk-dropdown-menu {
    left: 0
}

.wk-dropdown.wk-dropdown-right .wk-dropdown-menu {
    right: 0
}

@media (min-width:48rem) {
    .wk-dropdown.wk-dropdown-right .wk-dropdown-menu {
        left: auto
    }
}

.wk-dropdown.wk-dropdown-up .wk-dropdown-menu {
    bottom: 100%;
    top: auto
}

.wk-dropdown .wk-dropdown-item {
    border: 0;
    color: #353535;
    background-color: #fff;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    line-height: 1.2857142857;
    height: 2rem;
    margin: 0;
    min-width: 11.25rem;
    padding: .4375rem 1rem;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

    .wk-dropdown .wk-dropdown-item [class*=wk-icon], .wk-dropdown .wk-dropdown-item wk-icon {
        font-size: 1rem;
        margin-left: 0;
        margin-right: .5rem;
        display: inline-block;
        vertical-align: middle
    }

    .wk-dropdown .wk-dropdown-item[disabled] {
        opacity: .5;
        pointer-events: none
    }

    .wk-dropdown .wk-dropdown-item a, .wk-dropdown .wk-dropdown-item button, .wk-dropdown .wk-dropdown-item li {
        display: block;
        text-align: left
    }

    .wk-dropdown .wk-dropdown-item-hovered, .wk-dropdown .wk-dropdown-item:hover {
        background-color: #e6f2f9;
        color: #353535;
        text-decoration: none
    }

    .wk-dropdown .wk-dropdown-item-focused, .wk-dropdown .wk-dropdown-item:focus {
        outline-color: #000;
        outline-offset: -.125rem;
        outline-style: solid;
        outline-width: .125rem
    }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wk-dropdown .wk-dropdown-item-focused, .wk-dropdown .wk-dropdown-item:focus {
        outline: 0;
        box-shadow: inset 0 0 0 .125rem #000
    }
}

.wk-dropdown .wk-dropdown-item-active, .wk-dropdown .wk-dropdown-item-selected, .wk-dropdown .wk-dropdown-item:active {
    background-color: #f2f8fc
}

.wk-dropdown .wk-dropdown-item-disabled {
    opacity: .5;
    pointer-events: none
}

    .wk-dropdown .wk-dropdown-item-disabled:hover {
        color: #353535;
        background-color: initial
    }

.wk-dropdown .wk-dropdown-header {
    color: #757575;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3333333333;
    padding: 1rem 1rem .25rem;
    text-transform: uppercase
}

    .wk-dropdown .wk-dropdown-header:first-child {
        padding-top: .5rem
    }

.wk-dropdown dd.wk-dropdown-divider, .wk-dropdown li.wk-dropdown-divider {
    border-top: .0625rem solid #dadada;
    margin: .25rem 0
}

.wk-dropdown .wk-dropdown-item-danger {
    color: #e5202e
}

    .wk-dropdown .wk-dropdown-item-danger:hover {
        color: #fff;
        background-color: #e5202e
    }

.wk-dropdown button.wk-dropdown-toggle {
    margin-bottom: 0
}

    .wk-dropdown button.wk-dropdown-toggle:hover {
        text-decoration: none
    }

.wk-dropdown .wk-dropdown-toggle.wk-has-update {
    position: relative
}

    .wk-dropdown .wk-dropdown-toggle.wk-has-update:after {
        content: "";
        position: absolute;
        right: .25rem;
        top: 40%;
        transform: translateX(-50%);
        margin-bottom: 0
    }

.wk-dropdown .wk-has-update:after {
    content: "";
    border-radius: 100%;
    background-color: #e5202e;
    display: inline-block;
    margin-bottom: .375rem;
    height: .375rem;
    width: .375rem
}

.wk-dropdown .wk-dropdown-close-area {
    justify-content: flex-end;
    display: none
}

@media (max-width:47.9375rem) {
    .wk-dropdown .wk-dropdown-close-area {
        display: flex
    }
}

.wk-dropdown .wk-dropdown-submenu .wk-dropdown-close-area {
    display: none
}

.wk-dropdown .wk-dropdown-close {
    margin-bottom: 0
}

    .wk-dropdown .wk-dropdown-close, .wk-dropdown .wk-dropdown-close:focus, .wk-dropdown .wk-dropdown-close:link, .wk-dropdown .wk-dropdown-close:visited {
        color: #757575
    }

        .wk-dropdown .wk-dropdown-close:hover {
            color: #474747
        }

        .wk-dropdown .wk-dropdown-close:focus {
            outline-color: #000;
            outline-offset: -.125rem;
            outline-style: solid;
            outline-width: .125rem
        }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wk-dropdown .wk-dropdown-close:focus {
        outline: 0;
        box-shadow: inset 0 0 0 .125rem #000
    }
}

.wk-dropdown .wk-dropdown-close:focus-visible {
    outline-color: #000;
    outline-offset: -.125rem;
    outline-style: solid;
    outline-width: .125rem
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wk-dropdown .wk-dropdown-close:focus-visible {
        outline: 0;
        box-shadow: inset 0 0 0 .125rem #000
    }
}

.wk-dropdown .wk-dropdown-close:focus:not(:focus-visible) {
    outline: 0
}

.wk-dropdown .wk-dropdown-multiselect .wk-dropdown-item label {
    cursor: pointer;
    display: block
}

.wk-button, .wk-button *, .wk-button :after, .wk-button :before {
    box-sizing: border-box
}

.wk-button {
    transition: background-color .3s cubic-bezier(.4,0,.2,1);
    will-change: background-color;
    transition: color .3s cubic-bezier(.4,0,.2,1);
    transition-delay: 0ms;
    will-change: color;
    transition-property: color,background-color;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #007ac3;
    border: .0625rem solid transparent;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2857142857;
    padding: .625rem 1rem;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle
}

    .wk-button:hover {
        background-color: #003d61;
        color: #fff;
        cursor: pointer
    }

    .wk-button:focus, .wk-button:focus-visible {
        outline-color: #000;
        outline-offset: 0;
        outline-style: solid;
        outline-width: .125rem
    }

        .wk-button:focus:not(:focus-visible) {
            outline: 0
        }

    .wk-button:focus {
        color: #fff;
        z-index: 1
    }

    .wk-button:active {
        transition: background-color .1s cubic-bezier(.4,0,.2,1);
        transition-delay: 0ms;
        will-change: background-color;
        background-color: #005b92
    }

    .wk-button:disabled {
        opacity: .5;
        pointer-events: none;
        color: hsla(0,0%,100%,.5)
    }

        .wk-button:disabled:hover {
            background-color: #007ac3;
            border-color: transparent
        }

    .wk-button.wk-button-danger {
        background-color: #e5202e
    }

        .wk-button.wk-button-danger:hover {
            background-color: #721017
        }

        .wk-button.wk-button-danger[disabled]:hover {
            background-color: #e5202e
        }

        .wk-button.wk-button-danger:active {
            background-color: #ac1822
        }

    .wk-button [class*=wk-icon] {
        vertical-align: middle;
        display: inline-block;
        height: 1em;
        speak: normal;
        font-size: 1rem;
        line-height: 1;
        margin-left: 0;
        margin-right: 0;
        width: auto
    }

        .wk-button [class*=wk-icon]:before {
            speak: none
        }

    .wk-button .wk-loading-button-icon {
        display: none
    }

    .wk-button.wk-loading-button .wk-loading-button-icon {
        display: inline-block
    }

.wk-button-ghost, .wk-split-button.wk-split-button-ghost .wk-split-button-primary, .wk-split-button.wk-split-button-ghost .wk-split-button-secondary {
    background-color: initial;
    border-color: #005b92;
    color: #005b92
}

    .wk-button-ghost:hover, .wk-split-button.wk-split-button-ghost .wk-split-button-primary:hover, .wk-split-button.wk-split-button-ghost .wk-split-button-secondary:hover {
        background-color: #003d61;
        border-color: #003d61;
        color: #fff
    }

    .wk-button-ghost:focus, .wk-split-button.wk-split-button-ghost .wk-split-button-primary:focus, .wk-split-button.wk-split-button-ghost .wk-split-button-secondary:focus {
        color: #005b92
    }

        .wk-button-ghost:focus:hover, .wk-split-button.wk-split-button-ghost .wk-split-button-primary:focus:hover, .wk-split-button.wk-split-button-ghost .wk-split-button-secondary:focus:hover {
            color: #fff
        }

    .wk-button-ghost[disabled], .wk-button-ghost[disabled]:hover, .wk-split-button.wk-split-button-ghost [disabled].wk-split-button-primary, .wk-split-button.wk-split-button-ghost [disabled].wk-split-button-secondary {
        background-color: initial;
        border-color: #005b92;
        color: #005b92
    }

    .wk-button-ghost:active, .wk-split-button.wk-split-button-ghost .wk-split-button-primary:active, .wk-split-button.wk-split-button-ghost .wk-split-button-secondary:active {
        background-color: #005b92;
        border-color: #005b92;
        color: #fff
    }

    .wk-button-ghost.wk-button-danger, .wk-split-button.wk-split-button-ghost .wk-button-danger.wk-split-button-primary, .wk-split-button.wk-split-button-ghost .wk-button-danger.wk-split-button-secondary {
        background-color: initial;
        border-color: #e5202e;
        color: #e5202e
    }

        .wk-button-ghost.wk-button-danger:hover, .wk-split-button.wk-split-button-ghost .wk-button-danger.wk-split-button-primary:hover, .wk-split-button.wk-split-button-ghost .wk-button-danger.wk-split-button-secondary:hover {
            background-color: #721017;
            border-color: transparent;
            color: #fff
        }

        .wk-button-ghost.wk-button-danger[disabled]:hover, .wk-split-button.wk-split-button-ghost .wk-button-danger[disabled].wk-split-button-primary:hover, .wk-split-button.wk-split-button-ghost .wk-button-danger[disabled].wk-split-button-secondary:hover {
            background-color: initial;
            border-color: #e5202e;
            color: #e5202e
        }

        .wk-button-ghost.wk-button-danger:active, .wk-split-button.wk-split-button-ghost .wk-button-danger.wk-split-button-primary:active, .wk-split-button.wk-split-button-ghost .wk-button-danger.wk-split-button-secondary:active {
            background-color: #ac1822;
            border-color: transparent;
            color: #fff
        }

.wk-button-text {
    background-color: initial;
    color: #005b92
}

    .wk-button-text:hover {
        color: #003d61;
        background-color: initial;
        text-decoration: underline
    }

    .wk-button-text:focus {
        color: #005b92
    }

    .wk-button-text:active {
        background-color: initial;
        color: #353535
    }

    .wk-button-text[disabled] {
        color: #005b92
    }

    .wk-button-text.wk-button-danger {
        color: #e5202e;
        background-color: initial
    }

        .wk-button-text.wk-button-danger:hover {
            background-color: initial;
            color: #ac1822
        }

        .wk-button-text.wk-button-danger:focus {
            color: #e5202e
        }

        .wk-button-text.wk-button-danger[disabled], .wk-button-text.wk-button-danger[disabled]:hover {
            background-color: initial;
            color: #e5202e
        }

        .wk-button-text.wk-button-danger:active {
            background-color: initial;
            color: #353535
        }

    .wk-button-text[disabled]:hover {
        background-color: initial;
        color: #005b92;
        text-decoration: none
    }

.wk-button-icon {
    background-color: initial;
    border: transparent;
    color: #005b92;
    line-height: 0;
    padding: .75rem
}

    .wk-button-icon:hover {
        background-color: initial;
        color: #003d61
    }

    .wk-button-icon:focus {
        color: #005b92
    }

    .wk-button-icon:active {
        background-color: initial;
        color: #353535
    }

    .wk-button-icon[disabled], .wk-button-icon[disabled]:hover {
        background-color: initial;
        color: #005b92
    }

    .wk-button-icon.wk-is-active {
        background-color: #007ac3;
        color: #fff
    }

    .wk-button-icon.wk-button-small {
        padding: .5rem
    }

    .wk-button-icon-action, .wk-button-icon.wk-has-action {
        color: #474747
    }

.wk-button-icon-large {
    padding: .5rem
}

    .wk-button-icon-large [class*=wk-icon] {
        font-size: 1.5rem
    }

    .wk-button-icon-large.wk-button-small {
        padding: .25rem
    }

.wk-button-icon-left [class*=wk-icon], .wk-button-icon-left wk-icon, .wk-button-icon-right [class*=wk-icon], .wk-button-icon-right wk-icon {
    position: relative;
    top: -1px
}

.wk-button-icon-right [class*=wk-icon], .wk-button-icon-right wk-icon {
    margin-left: .5rem
}

.wk-button-icon-left [class*=wk-icon], .wk-button-icon-left wk-icon {
    margin-right: .5rem
}

.wk-button-icon-left:hover [class*=wk-icon], .wk-button-icon-left:hover wk-icon, .wk-button-icon-right:hover [class*=wk-icon], .wk-button-icon-right:hover wk-icon {
    text-decoration: none
}

.wk-button-small {
    padding-bottom: .375rem;
    padding-top: .375rem
}

.wk-button-expanded {
    display: block;
    width: 100%
}

.wk-button-toolbar {
    display: flex;
    flex-wrap: wrap
}

.wk-button-group {
    display: inline-flex;
    margin-right: 1rem
}

    .wk-button-group .wk-button {
        flex-shrink: 0
    }

        .wk-button-group .wk-button:not(.wk-button-toggle) {
            margin-left: 1rem;
            margin-right: 1rem
        }

            .wk-button-group .wk-button:not(.wk-button-toggle):first-child {
                margin-left: 0
            }

            .wk-button-group .wk-button:not(.wk-button-toggle):last-child {
                margin-right: 0
            }

            .wk-button-group .wk-button:not(.wk-button-toggle).wk-button-text {
                margin-left: 0;
                margin-right: 0
            }

    .wk-button-group .wk-button-toggle, .wk-button-group:last-child {
        margin-right: 0
    }

.wk-button-group-right {
    display: flex;
    justify-content: flex-end;
    margin-right: 0
}

.wk-button-floating {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 1.25rem;
    box-shadow: 0 .375rem .75rem 0 rgba(0,0,0,.1);
    color: #474747;
    height: 2.5rem;
    margin-bottom: 0;
    padding: 0;
    position: fixed;
    width: 2.5rem;
    z-index: 9999
}

    .wk-button-floating:hover {
        background-color: #003d61;
        border-color: #003d61;
        color: #fff
    }

    .wk-button-floating[disabled], .wk-button-floating[disabled]:hover {
        background: #fff;
        border: 1px solid #dadada;
        color: #474747
    }

    .wk-button-floating:focus {
        color: #474747;
        box-shadow: 0 0 0 .125rem #000;
        outline: 0
    }

        .wk-button-floating:focus:hover {
            color: #fff
        }

    .wk-button-floating:active {
        color: #fff;
        background-color: #005b92;
        border-color: #005b92
    }

.wk-button-group-toggle {
    display: inline-flex
}

.wk-button-toggle {
    color: #353535;
    position: relative
}

    .wk-button-toggle:hover {
        background-color: #003d61;
        color: #fff
    }

    .wk-button-toggle span[class*=wk-icon]:first-of-type:not(:last-of-type) {
        display: inline-block
    }

    .wk-button-toggle:focus span[class*=wk-icon]:first-of-type:not(:last-of-type), .wk-button-toggle:hover span[class*=wk-icon]:first-of-type:not(:last-of-type), .wk-button-toggle span[class*=wk-icon]:last-of-type:not(:first-of-type) {
        display: none
    }

    .wk-button-toggle:focus span[class*=wk-icon]:last-of-type:not(:first-of-type), .wk-button-toggle:hover span[class*=wk-icon]:last-of-type:not(:first-of-type) {
        display: inline-block
    }

.wk-button-toggle-input {
    clip: rect(0,0,0,0);
    position: absolute;
    pointer-events: none
}

    .wk-button-toggle-input:focus, .wk-button-toggle-input:focus-visible ~ [class*=wk-icon]:after {
        outline-color: #000;
        outline-offset: 0;
        outline-style: solid;
        outline-width: .125rem;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .wk-button-toggle-input:checked ~ [class*=wk-icon] {
        color: #fff
    }

        .wk-button-toggle-input:checked ~ [class*=wk-icon]:after {
            background-color: #005b92;
            color: #fff;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1
        }

        .wk-button-toggle-input:checked ~ [class*=wk-icon]:first-of-type:not(:last-of-type) {
            display: none
        }

        .wk-button-toggle-input:checked ~ [class*=wk-icon]:last-of-type:not(:first-of-type) {
            display: inline-block
        }

.wk-button-toggle-small {
    padding: .5rem
}

.wk-button-group-toggle-is-disabled {
    opacity: .5;
    pointer-events: none
}

    .wk-button-group-toggle-is-disabled .wk-button-toggle {
        color: #353535;
        position: relative
    }

        .wk-button-group-toggle-is-disabled .wk-button-toggle:hover {
            background-color: initial
        }

.wk-sr-only {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: .0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

[data-js-focus-visible] :focus:not([data-focus-visible-added]) {
    outline: none
}

.login-page-wrapper {
    /*   display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;
}

    .login-page-wrapper .login-form-card {
        max-width: 100vw;
        transition: none;
        transform: none;
        position: static;
        border: 0;
        margin: 20px 0 24px
    }

@media only screen and (min-width:520px) {
    .login-page-wrapper .login-form-card {
        max-width: 460px;
        width: 460px;
        box-shadow: 0 .75rem 1.5rem 0 rgba(0,0,0,.1);
    }

    .wk-login-article {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media only screen and (min-width:1024px) {
    .login-page-wrapper .login-form-card {
    }

    .wk-login-article {
        left: 25%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}

.login-page-wrapper .login-form-card:hover {
    top: 0;
    cursor: default;
    box-shadow: none
}

@media only screen and (min-width:520px) {
    .login-page-wrapper .login-form-card:hover {
        box-shadow: 0 .75rem 1.5rem 0 rgba(0,0,0,.1)
    }
}

.login-page-wrapper .login-form-card .wk-card-header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 64px 24px 0;
    margin-bottom: 24px
}

@media only screen and (min-width:520px) {
    .login-page-wrapper .login-form-card .wk-card-header {
        padding: 64px 32px 0
    }
}

.login-page-wrapper .login-form-card .wk-card-header .wk-card-title {
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin: 20px 0 24px;
    color: #353535
}

.login-page-wrapper .login-form-card .wk-card-body {
    padding: 0 24px 8px
}

@media only screen and (min-width:520px) {
    .login-page-wrapper .login-form-card .wk-card-body {
        padding: 0 32px 8px
    }
}

.login-page-wrapper .login-form-card .wk-card-body .submitted-email-wrapper {
    padding: 14px;
    border: 1px solid #dadada;
    display: flex;
    align-items: center
}

    .login-page-wrapper .login-form-card .wk-card-body .submitted-email-wrapper .submitted-email-text {
        font-size: 14px;
        color: #353535;
        margin-left: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .login-page-wrapper .login-form-card .wk-card-body .submitted-email-wrapper .submitted-email-change-button {
        padding: 6px;
        margin-left: auto
    }

.login-page-wrapper .login-form-card .wk-card-body .wk-form {
    margin-top: 16px
}

    .login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-field .wk-field-header .wk-field-label {
        font-weight: 500
    }

    .login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-field .wk-field-header .show-password-button {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding: 0
    }

        .login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-field .wk-field-header .show-password-button .show-password-button-text {
            margin-left: 8px
        }

        .login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-field .wk-field-header .show-password-button:hover .show-password-button-text {
            text-decoration: underline
        }

    .login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-field .wk-field-body input {
        font-size: 16px
    }

@media only screen and (min-width:520px) {
    .login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-field .wk-field-body input {
        font-size: 14px
    }
}

.login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-field .wk-field-body .username-input {
    padding-right: 40px
}

.login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-field .wk-field-body .wk-field-inlay {
    height: 40px
}

    .login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-field .wk-field-body .wk-field-inlay .wk-field-button {
        color: #232323
    }

        .login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-field .wk-field-body .wk-field-inlay .wk-field-button:hover {
            background-color: #e6f2f9
        }

.login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-form-buttons {
    margin-top: 16px
}

    .login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-form-buttons .wk-button {
        width: 100%
    }

        .login-page-wrapper .login-form-card .wk-card-body .wk-form .wk-form-buttons .wk-button .wk-icon-filled-spinner-alt {
            margin-left: 8px
        }

.login-page-wrapper .login-form-card .wk-card-body .external-login-links {
    display: flex;
    justify-content: center;
    align-items: center
}

    .login-page-wrapper .login-form-card .wk-card-body .external-login-links .wk-button {
        padding: 3px 16px
    }

    .login-page-wrapper .login-form-card .wk-card-body .external-login-links .external-login-links-divider {
        height: 16px;
        border-right: 1px solid #eee
    }

.login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-options-header {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: .1em;
    margin: 18px 0 22px
}

    .login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-options-header .alternative-sign-in-options-header-title {
        padding: 0 12px;
        background-color: #fff;
        color: #757575;
        font-size: 14px
    }

.login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-option {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #dadada;
    margin-bottom: 8px;
    background-color: #fff;
    text-align: left;
    cursor: pointer
}

    .login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-option .alternative-sign-in-option-data {
        margin-left: 16px
    }

        .login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-option .alternative-sign-in-option-data .alternative-sign-in-option-title {
            color: #353535;
            font-weight: 500
        }

        .login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-option .alternative-sign-in-option-data .alternative-sign-in-option-caption {
            font-size: 14px;
            color: #757575
        }

    .login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-option .wk-icon-arrow-right {
        margin-left: auto;
        display: none
    }

    .login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-option:hover {
        box-shadow: 0 .75rem 1.5rem 0 rgba(0,0,0,.1)
    }

        .login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-option:hover .wk-icon-arrow-right {
            display: block
        }

        .login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-option:hover .alternative-sign-in-option-logo {
            margin-left: -1px;
            margin-right: 1px
        }

/*.login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-options-show-more {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    margin: 0 auto;
    text-decoration: none
}

    .login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-options-show-more:hover .alternative-sign-in-options-show-more-text {
        text-decoration: underline
    }

    .login-page-wrapper .login-form-card .wk-card-body .alternative-sign-in-options .alternative-sign-in-options-show-more .wk-icon-chevron-down {
        margin-left: 8px
    }*/

.login-page-wrapper footer {
    font-size: 14px
}

@media only screen and (min-width:520px) {
    .login-page-wrapper footer {
        max-width: 460px;
        width: 460px
    }
}

.login-page-wrapper footer .footer-links {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0 0 16px
}

    .login-page-wrapper footer .footer-links .footer-link {
        margin: 0 8px
    }

        .login-page-wrapper footer .footer-links .footer-link a {
            text-decoration: none
        }

            .login-page-wrapper footer .footer-links .footer-link a:hover {
                text-decoration: underline
            }

.login-page-wrapper footer .copyright {
    color: #a9a9a9;
    text-align: center;
    margin: 0 0 32px;
    font-weight: 300
}

    .login-page-wrapper footer .copyright p {
        margin: 0;
        line-height: 1.2
    }

.language-selector {
    padding: 0
}

    .language-selector:hover .language-selector-text {
        text-decoration: underline
    }

body {
    margin: 0;
    padding: 0;
    font-family: Fira Sans,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    background-color: #fff
}

@media only screen and (min-width:520px) {
    /*   body {
        background-color: #f6f6f6
    }*/
}

body .content-wrapper {
    margin: 0 auto;
    /*max-width: 1400px*/
}

body {
    background-color: #ffffff;
}

@media (min-width: 37.5rem) {
    /* body {
        background-color: #f6f6f6;
    }*/
}

.wk-login-header {
    margin: 42px 0 42px;
}

    .wk-login-header .wk-app-name {
        margin: 8px 0 0;
    }

    .wk-login-header .wk-logo {
        text-align: center;
    }

.wk-login-screen {
    background-color: #ffffff;
    color: #474747;
    min-width: 320px;
}

    .wk-login-screen .wk-login-container {
        max-height: calc(100vh - 1rem);
        max-width: calc(100vw - 1rem);
        min-width: 304px;
        margin: 40px 0 0;
        width: 100%;
    }

@media (min-width: 23.4375rem) {
    .wk-login-screen .wk-login-container {
        max-width: calc(100vw - 1rem);
        min-width: 352px;
    }

}

@media(min-width: 300px) and (max-width: 1023px) {
    .content-width {
        flex-shrink: 1;
        flex-basis: 8.33%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        max-width: 99.96%;
        min-width: 99.96%;
        flex-grow: 12;
    }
}

@media (min-width: 1024px) {
    .no-image #content-form {
        max-width:80%;
    } 
    .content-width {
        flex-shrink: 1;
        flex-basis: 8.33%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        max-width: 49.98%;
        min-width: 49.98%;
        flex-grow: 4;
    }
}

@media (min-width: 37.5rem) {
    /* .wk-login-screen {
    background-color: #f6f6f6;
}*/

    .wk-login-screen .wk-login-container {
        max-width: calc(100vw - 2rem);
        min-width: 460px;
        width: auto;
    }
}

.wk-login-modal .wk-login-container {
    max-height: 100vh;
    max-width: calc(100vw - 1rem);
    min-width: 304px;
}

@media (min-width: 23.4375rem) {
    .wk-login-modal .wk-login-container {
        max-height: 100vh;
        max-width: calc(100vw - 1rem);
        min-width: 352px
    }
}

@media (min-width: 37.5rem) {
    .wk-login-modal .wk-login-container {
        max-height: 100vh;
        max-width: calc(100vw - 2rem);
        min-width: 460px;
    }
}

.wk-login-modal, .wk-login-screen {
    display: flex;
    justify-content: stretch;
    align-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column
}

@media (min-width: 37.5rem) {
    .wk-login-modal, .wk-login-screen {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        align-self: center;
        flex-direction: column
    }
}

.wk-login-modal .wk-login-container .wk-login-layout, .wk-login-screen .wk-login-container .wk-login-layout {
    display: flex;
    justify-content: stretch;
    align-content: center;
    align-items: stretch;
    flex-direction: column;
    background-color: #fff;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0;
    min-height: 240px;
    padding: 30px 16px 30px;
}

@media (min-width: 37.5rem) {
    .wk-login-screen .wk-login-container .wk-login-layout {
        max-width: 460px;
        width: 460px;
        box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, 0.1);
        padding: 30px 32px 30px;
    }
}

.wk-login-modal .wk-login-container .wk-login-layout .wk-button-back, .wk-login-screen .wk-login-container .wk-login-layout .wk-button-back {
    align-self: baseline;
    margin: 0
}

    .wk-login-modal .wk-login-container .wk-login-layout h4 + .wk-login-form, .wk-login-modal .wk-login-container .wk-login-layout .wk-button-back + .wk-login-form, .wk-login-screen .wk-login-container .wk-login-layout h4 + .wk-login-form, .wk-login-screen .wk-login-container .wk-login-layout .wk-button-back + .wk-login-form {
        margin: 25px 0 20px;
    }

.wk-login-modal .wk-login-container .wk-login-layout .wk-login-form-container + .wk-login-options, .wk-login-screen .wk-login-container .wk-login-layout .wk-login-form-container + .wk-login-options {
    margin-top: 25px
}

    .wk-login-modal .wk-login-container .wk-login-layout .wk-login-form-container + .wk-login-options .wk-field, .wk-login-screen .wk-login-container .wk-login-layout .wk-login-form-container + .wk-login-options .wk-field {
        margin: 0
    }

.wk-login-modal .wk-login-container .wk-login-layout .wk-login-message, .wk-login-screen .wk-login-container .wk-login-layout .wk-login-message {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    align-self: stretch;
    flex-direction: column;
    min-height: 160px
}

.wk-login-modal .wk-login-container .wk-login-layout .ss-notification, .wk-login-screen .wk-login-container .wk-login-layout .ss-notification {
    margin-top: 16px
}

.wk-login-modal .wk-login-container .wk-login-layout .wk-message-title, .wk-login-screen .wk-login-container .wk-login-layout .wk-message-title {
    margin-bottom: 8px
}

.wk-login-modal .wk-login-container .wk-login-layout .wk-message-text, .wk-login-screen .wk-login-container .wk-login-layout .wk-message-text {
    font-size: .875rem;
    margin-bottom: 12px
}

.wk-login-modal .wk-login-container .wk-login-layout .wk-login-footer, .wk-login-screen .wk-login-container .wk-login-layout .wk-login-footer {
    margin-top: 16px
}

.wk-login-modal .wk-login-container .wk-login-layout .wk-text-right, .wk-login-screen .wk-login-container .wk-login-layout .wk-text-right {
    text-align: right
}

.wk-text-right {
    text-align: right;
}

.wk-login-options {
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
    font-size: .875rem;
    line-height: 1.125rem;
    margin: 16px 0 16px;
}

.wk-login-modal .wk-login-container .wk-login-layout .wk-login-captcha, .wk-login-screen .wk-login-container .wk-login-layout .wk-login-captcha {
    margin-bottom: 16px
}

.wk-login-modal .wk-login-container .wk-login-options, .wk-login-screen .wk-login-container .wk-login-options {
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
    font-size: .875rem;
    line-height: 1.125rem;
    margin: 16px 0 16px;
}

.account-options .wk-option {
    border-left: 1px solid #ededed;
    padding: 0 15px;
}

    .account-options .wk-option:first-child {
        border-left: none;
    }

.wk-login-modal .wk-login-container .wk-footer, .wk-login-screen .wk-login-container .wk-footer {
    background-color: #ffffff;
    color: #757575;
    max-width: 460px;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

@media (min-width: 37.5rem) {
    /* .wk-login-screen .wk-login-container .wk-footer {
    background-color: #f6f6f6;
}*/
}

.wk-button-icon-view-pwd {
    padding: 0;
    margin: 0 0 0.25em;
}

.login-alternate-option {
    transition: box-shadow 300ms cubic-bezier(.4, 0, .2, 1);
    transition-delay: 0ms;
    transition-property: box-shadow;
    background: #fff;
    border: .0625rem solid #dadada;
    position: relative;
    will-change: auto;
    margin: 0 0 7px;
}

    .login-alternate-option:hover {
        box-shadow: 0 .75rem 1.5rem 0 rgba(0, 0, 0, .1);
        cursor: pointer;
    }

.login-alternate-option-body {
    display: flex;
    align-items: center;
    padding: 7px 15px;
}

    .login-alternate-option-body:hover {
        text-decoration: none;
    }

    .login-alternate-option-body .icon {
        flex: 0 0 32px;
        display: flex;
        align-items: center;
        padding: 0 15px 0 0;
    }

    .login-alternate-option-body .title-wrapper {
        flex: 1 1;
    }

    .login-alternate-option-body .subtitle {
        color: #757575;
        font-size: 14px;
    }

    .login-alternate-option-body .arrow {
        flex: 0 0 24px;
        visibility: hidden;
        color: #757575;
    }

    .login-alternate-option-body:hover .arrow {
        visibility: visible;
    }

.wk-back-line {
    display: flex;
    flex-direction: row;
    margin: 0 0 16px;
}

.wk-back-line-text {
    color: black;
    font-weight: 500;
    font-size: 0.875rem;
}

.wk-back-line:before, .wk-back-line:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #ededed;
    margin: auto
}

.wk-social-text {
    font-size: .875rem;
    margin: 0 0 24px 0
}

.wk-social-logos {
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    align-self: center
}

.wk-social .wk-logo {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    clip: auto;
    clip-path: none;
    display: block;
    margin: 0 16px
}

.wk-social .wk-logo-amazon {
    background-image: url("/assets/img/Amazon.svg")
}

.wk-social .wk-logo-facebook {
    background-image: url("/assets/img/Facebook.svg")
}

.wk-social .wk-logo-google {
    background-image: url("/assets/img/Google.svg")
}

.wk-social .wk-logo-linkedin {
    background-image: url("/assets/img/Linkedin.svg")
}

.wk-social .wk-logo.disabled {
    cursor: not-allowed;
    opacity: .5
}

.wk-footer-copyright {
    color: #a3a3a3;
}

#language-btn {
    display: none;
    padding: 10px;
    margin-right: .3rem;
    color: #000000;
}

#language-more-btn {
    display: inline-block;
}

#language-btn:hover {
    color: #005b92;
}

.lang-img {
    margin-top: -1px;
    margin-right: 5px;
}

#language-dropdown {
    display: inline-block;
    margin-right: 1.1rem;
}

    #language-dropdown > .wk-dropdown-menu {
        width: auto;
        height: auto;
        overflow: initial;
    }

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer-right {
    margin-bottom: 0px;
}

#termsOfUseDiv > a {
    color: #000000;
}

    #termsOfUseDiv > a:hover {
        color: #005b92;
        text-decoration: underline;
    }

.offer-right {
    opacity: 0.94;
    /*float: left !important;*/
    /*padding-right: 0px !important;*/
    /*padding-left: 0px !important;*/
    background-repeat: no-repeat;
    /*background-position: 50% 50%;*/
    background-size: cover;
    display: none;
}

#content-holder {
    height: 100vh;
    padding: 0;
}

.content-wrapper {
    height: calc(100% - 12rem);
    overflow-y: auto;
    padding: 0 1.67rem;
    width: 100%;
    margin-left: 16px !important;
    padding-right: 24px !important;
}

#content {
    width: 66%;
    height: inherit;
}


.wk-tabs {
    margin-left: -17px !important;
}

#showPassword, #hidePassword {
    padding-bottom: 3px;
    padding-right: 0px;
}

#labelPassword {
    margin-bottom: 0px;
    margin-top: 8px;
}

#forgotPassword, #forgotPasswordEmailField {
    position: absolute;
    right: 0px;
    top: 40px;
    padding-right: 0px;
}

#changeEmail {
    position: absolute;
    right: 0px;
    top: 40px;
    padding-right: 0px;
    display: none;
}

#alternative-sign-in-text {
    margin: 25px auto 10px;
}

.alternative-sign-in-option {
    width: 100%;
    background-color: transparent;
    border-width: 1px;
    border-color: #A3A3A3;
    margin-bottom: 10px;
}

.alternative-sign-in-option-logo {
    border: 1px solid #A3A3A3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 15px;
}

    .alternative-sign-in-option-logo > span {
        color: #757575;
        font-size: 22px;
        margin-top: 10px;
    }

    .alternative-sign-in-option-logo > img {
        margin-top: 5px;
        border-radius: 50%;
    }

.alternative-sign-in-option-data {
    margin-top: 17px;
}

.alternative-sign-in-option-title {
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
    color: black
}

.alternative-sign-in-option-caption {
    color: #757575;
}

#content-form {
    min-height: calc(100% - 76px);
    margin-top: 30px;
}

#showMoreProviders, #showLessProviders {
    display: block;
    margin: 0 auto;
}

#passInput {
    padding-top: 15px;
}

@media (min-width: 600px) and (max-width: 767px) {
    .wk-dropdown.wk-is-open .wk-dropdown-menu {
        display: inline-table !important;
    }
}

@media (max-width: 767px) {
    #content {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    #language-dropdown {
        display: flex;
        align-content: center;
    }
}

@media (min-width: 1025px) {
    #content {
        margin: 0;
        width: 66%;
    }

    #language-btn {
        display: flex;
        align-items: center;
    }

    #language-more-btn {
        display: none !important;
    }

    #language-dropdown > .wk-dropdown-menu {
        width: auto;
        margin-top: 20px;
    }

    .content-wrapper {
        margin: 0 !important;
        padding: 0 .7rem;
        height: calc(100% - 6.2rem);
        overflow-y: auto;
    }

    #offer-right {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    #language-btn {
        display: flex;
        align-items: center;
    }

    #language-more-btn {
        display: none;
    }

    #language-dropdown > .wk-dropdown-menu {
        width: auto;
        margin-top: 20px;
    }

    #offer-right {
        display: inline-block;
    }

    #content {
    }

    .content-wrapper {
        margin: 0 !important;
        padding: 0 3rem;
        height: calc(100% - 6.2rem);
        overflow-y: auto;
    }
}

.wk-footer {
    background: #fff !important;
    margin-top: 0 !important;
}

.wk-footer-container {
    background: #fff !important;
}

.language-btn:hover {
    text-decoration: none !important;
}

    .language-btn:hover #language-selected {
        text-decoration: underline !important;
    }

.wk-tabs-underline.wk-tabs-underline-hovered.has-no-transition {
    visibility: visible !important;
    width: 35px;
}


#buttonLogin {
    min-width: 68px;
}

#icon-google {
    margin-top: 8px;
    width: 1em;
}
